#31719D

Color #31719D Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #31719D

Tints of Lochmara #31719D

Color information

#31719D (or 0x31719D) is unknown color: approx Lochmara. HEX triplet: 31, 71 and 9D. RGB value is (49,113,157). Sum of RGB (Red+Green+Blue) = 49+113+157=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #31719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31719D is #CE8E62. Grayscale: #626262. Windows color (decimal): -13536867 or 10318129. OLE color: 10318129.

HSL color Cylindrical-coordinate representation of color #31719D: hue angle of 204.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31719D is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49113157-
CMYK0.690.2800.38
HSL204.44º52.43%40.39%-
HSV(B)204.44º68.79%61.57%-
XYZ13.2614.934.08-
YUV98.88160.892.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=15.36%
G=35.42%
B=49.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491131570.690.2800.38204.4452.4340.39
Hex31719D451C026cc3428
Octal61161235105340463146450
Binary110001111000110011101100010111100010011011001100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31719D; }

 p { color: rgb(49,113,157); }

 H1.HeaderClassName
 {
   color: #31719D;
 }
 .AnyTagClassName
 {
   color: #31719D;
 }
</style>
background-color css

<style>
 a { background-color: #31719D; }

 a { background-color: rgb(49,113,157); }

 div.DivClassName
 {
   background-color: #31719D;
 }
 .BgClassName
 {
   background-color: #31719D;
 }
</style>
border-color css

<style>
 span { border-color: #31719D; }

 span { border-color: rgb(49,113,157); }

 td.TdClassName
 {
   border-color: #31719D;
 }
 .TagClassName
 {
   border-color: #31719D;
 }
</style>