Html Css Color HEX #367096 Lochmara

📋 copy color: '#367096'

red 54 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #367096

Tints of Lochmara #367096

RGB

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

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

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

R = 17.09%
G = 35.44%
B = 47.47%

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

#367096 (or 0x367096) is known color: Lochmara. HEX triplet: 36, 70 and 96. RGB value is (54,112,150). Sum of RGB (Red+Green+Blue) = 54+112+150=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #367096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367096 is #C98F69. Grayscale: #626262. Windows color (decimal): -13209450 or 9859126. OLE color: 9859126.

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

Color convert

RGB 54 112 150 -
CMYK 0.64 0.25 0 0.41
HSL 203.75º 0.47% 0.4% -
HSV(B) 203.75º 0.64% 0.59% -
XYZ 12.82 14.57 30.99 -
YUV 98.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 54 112 150 0.64 0.25 0 0.41 203.75 0.47 0.4
Hex 36 70 96 40 19 0 29 CC 2F 28
Octal 66 160 226 100 31 0 51 314 57 50
Binary 110110 1110000 10010110 1000000 11001 0 101001 11001100 101111 101000

Color Harmonies of #367096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367096

Black with #367096

Text Example


Text Example

White with #367096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367096; }

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

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

background-color css

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

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

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

border-color css

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

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

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