Html Css Color HEX #367196 Lochmara

📋 copy color: '#367196'

red 54 ◦ green 113 ◦ blue 150

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

Shades of Lochmara #367196

Tints of Lochmara #367196

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 17.03%
G = 35.65%
B = 47.32%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367196 (or 0x367196) is known color: Lochmara. HEX triplet: 36, 71 and 96. RGB value is (54,113,150). Sum of RGB (Red+Green+Blue) = 54+113+150=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #367196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367196 is #C98E69. Grayscale: #636363. Windows color (decimal): -13209194 or 9859382. OLE color: 9859382.

HSL color Cylindrical-coordinate representation of color #367196: hue angle of 203.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367196 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 113 150 -
CMYK 0.64 0.25 0 0.41
HSL 203.13º 0.47% 0.4% -
HSV(B) 203.13º 0.64% 0.59% -
XYZ 12.93 14.8 31.03 -
YUV 99.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 54 113 150 0.64 0.25 0 0.41 203.13 0.47 0.4
Hex 36 71 96 40 19 0 29 CB 2F 28
Octal 66 161 226 100 31 0 51 313 57 50
Binary 110110 1110001 10010110 1000000 11001 0 101001 11001011 101111 101000

Color Harmonies of #367196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367196

Black with #367196

Text Example


Text Example

White with #367196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367196; }

 p { color: rgb(54,113,150); }

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

background-color css

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

 a { background-color: rgb(54,113,150); }

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

border-color css

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

 span { border-color: rgb(54,113,150); }

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