Html Css Color HEX #316497 Lochmara

📋 copy color: '#316497'

red 49 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #316497

Tints of Lochmara #316497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 16.33%
G = 33.33%
B = 50.33%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316497 (or 0x316497) is known color: Lochmara. HEX triplet: 31, 64 and 97. RGB value is (49,100,151). Sum of RGB (Red+Green+Blue) = 49+100+151=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #316497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316497 is #CE9B68. Grayscale: #5A5A5A. Windows color (decimal): -13540201 or 9921585. OLE color: 9921585.

HSL color Cylindrical-coordinate representation of color #316497: hue angle of 210º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316497 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 100 151 -
CMYK 0.68 0.34 0 0.41
HSL 210º 0.51% 0.39% -
HSV(B) 210º 0.68% 0.59% -
XYZ 11.41 12 30.99 -
YUV 90.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 49 100 151 0.68 0.34 0 0.41 210 0.51 0.39
Hex 31 64 97 44 22 0 29 D2 33 27
Octal 61 144 227 104 42 0 51 322 63 47
Binary 110001 1100100 10010111 1000100 100010 0 101001 11010010 110011 100111

Color Harmonies of #316497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316497

Black with #316497

Text Example


Text Example

White with #316497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316497; }

 p { color: rgb(49,100,151); }

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

background-color css

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

 a { background-color: rgb(49,100,151); }

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

border-color css

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

 span { border-color: rgb(49,100,151); }

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