Html Css Color HEX #31709C Lochmara

📋 copy color: '#31709C'

red 49 ◦ green 112 ◦ blue 156

#31709C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #31709C

Tints of Lochmara #31709C

RGB

 RED value IS 49 (19.53% from 255) = 15.46%

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 15.46%
G = 35.33%
B = 49.21%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31709C (or 0x31709C) is known color: Lochmara. HEX triplet: 31, 70 and 9C. RGB value is (49,112,156). Sum of RGB (Red+Green+Blue) = 49+112+156=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #31709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31709C is #CE8F63. Grayscale: #616161. Windows color (decimal): -13537124 or 10252337. OLE color: 10252337.

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

Color convert

RGB 49 112 156 -
CMYK 0.69 0.28 0 0.39
HSL 204.67º 0.52% 0.4% -
HSV(B) 204.67º 0.69% 0.61% -
XYZ 13.06 14.64 33.59 -
YUV 98.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 49 112 156 0.69 0.28 0 0.39 204.67 0.52 0.4
Hex 31 70 9C 45 1C 0 27 CD 34 28
Octal 61 160 234 105 34 0 47 315 64 50
Binary 110001 1110000 10011100 1000101 11100 0 100111 11001101 110100 101000

Color Harmonies of #31709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31709C

Black with #31709C

Text Example


Text Example

White with #31709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31709C; }

 p { color: rgb(49,112,156); }

 H1.HeaderClassName
 {
   color: #31709C;
 }
 .AnyTagClassName
 {
   color: #31709C;
 }
</style>

background-color css

<style>
 a { background-color: #31709C; }

 a { background-color: rgb(49,112,156); }

 div.DivClassName
 {
   background-color: #31709C;
 }
 .BgClassName
 {
   background-color: #31709C;
 }
</style>

border-color css

<style>
 span { border-color: #31709C; }

 span { border-color: rgb(49,112,156); }

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