#367196

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

Shades of Lochmara #367196

Tints of Lochmara #367196

Color information

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

RGB54113150-
CMYK0.640.2500.41
HSL203.12º47.06%40%-
HSV(B)203.12º64%58.82%-
XYZ12.9314.831.03-
YUV99.58156.4595.49-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541131500.640.2500.41203.1247.0640
Hex3671964019029cb2f28
Octal66161226100310513135750
Binary110110111000110010110100000011001010100111001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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