Html Css Color HEX #31709E Lochmara

📋 copy color: '#31709E'

red 49 ◦ green 112 ◦ blue 158

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

Shades of Lochmara #31709E

Tints of Lochmara #31709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 15.36%
G = 35.11%
B = 49.53%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31709E (or 0x31709E) is known color: Lochmara. HEX triplet: 31, 70 and 9E. RGB value is (49,112,158). Sum of RGB (Red+Green+Blue) = 49+112+158=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #31709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31709E is #CE8F61. Grayscale: #626262. Windows color (decimal): -13537122 or 10383409. OLE color: 10383409.

HSL color Cylindrical-coordinate representation of color #31709E: hue angle of 205.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31709E is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 112 158 -
CMYK 0.69 0.29 0 0.38
HSL 205.32º 0.53% 0.41% -
HSV(B) 205.32º 0.69% 0.62% -
XYZ 13.23 14.71 34.49 -
YUV 98.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 49 112 158 0.69 0.29 0 0.38 205.32 0.53 0.41
Hex 31 70 9E 45 1D 0 26 CD 35 29
Octal 61 160 236 105 35 0 46 315 65 51
Binary 110001 1110000 10011110 1000101 11101 0 100110 11001101 110101 101001

Color Harmonies of #31709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31709E

Black with #31709E

Text Example


Text Example

White with #31709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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