Html Css Color HEX #316697 Lochmara

📋 copy color: '#316697'

red 49 ◦ green 102 ◦ blue 151

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

Shades of Lochmara #316697

Tints of Lochmara #316697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 16.23%
G = 33.77%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316697 (or 0x316697) is known color: Lochmara. HEX triplet: 31, 66 and 97. RGB value is (49,102,151). Sum of RGB (Red+Green+Blue) = 49+102+151=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #316697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316697 is #CE9968. Grayscale: #5B5B5B. Windows color (decimal): -13539689 or 9922097. OLE color: 9922097.

HSL color Cylindrical-coordinate representation of color #316697: hue angle of 208.82º 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 #316697 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 102 151 -
CMYK 0.68 0.32 0 0.41
HSL 208.82º 0.51% 0.39% -
HSV(B) 208.82º 0.68% 0.59% -
XYZ 11.6 12.39 31.06 -
YUV 91.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 49 102 151 0.68 0.32 0 0.41 208.82 0.51 0.39
Hex 31 66 97 44 20 0 29 D1 33 27
Octal 61 146 227 104 40 0 51 321 63 47
Binary 110001 1100110 10010111 1000100 100000 0 101001 11010001 110011 100111

Color Harmonies of #316697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316697

Black with #316697

Text Example


Text Example

White with #316697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316697; }

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

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

background-color css

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

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

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

border-color css

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

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

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