Html Css Color HEX #31709B Lochmara

📋 copy color: '#31709B'

red 49 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #31709B

Tints of Lochmara #31709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 15.51%
G = 35.44%
B = 49.05%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31709B (or 0x31709B) is known color: Lochmara. HEX triplet: 31, 70 and 9B. RGB value is (49,112,155). Sum of RGB (Red+Green+Blue) = 49+112+155=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #31709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31709B is #CE8F64. Grayscale: #616161. Windows color (decimal): -13537125 or 10186801. OLE color: 10186801.

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

Color convert

RGB 49 112 155 -
CMYK 0.68 0.28 0 0.39
HSL 204.34º 0.52% 0.4% -
HSV(B) 204.34º 0.68% 0.61% -
XYZ 12.98 14.61 33.15 -
YUV 98.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 49 112 155 0.68 0.28 0 0.39 204.34 0.52 0.4
Hex 31 70 9B 44 1C 0 27 CC 34 28
Octal 61 160 233 104 34 0 47 314 64 50
Binary 110001 1110000 10011011 1000100 11100 0 100111 11001100 110100 101000

Color Harmonies of #31709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31709B

Black with #31709B

Text Example


Text Example

White with #31709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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