#367096

Color #367096 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #367096

Tints of Lochmara #367096

Color information

#367096 (or 0x367096) is unknown color: approx 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

RGB54112150-
CMYK0.640.2500.41
HSL203.75º47.06%40%-
HSV(B)203.75º64%58.82%-
XYZ12.8214.5730.99-
YUV98.99156.7895.91-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541121500.640.2500.41203.7547.0640
Hex3670964019029cc2f28
Octal66160226100310513145750
Binary110110111000010010110100000011001010100111001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>