#367599

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

Shades of Lochmara #367599

Tints of Lochmara #367599

Color information

#367599 (or 0x367599) is unknown color: approx Lochmara. HEX triplet: 36, 75 and 99. RGB value is (54,117,153). Sum of RGB (Red+Green+Blue) = 54+117+153=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #367599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367599 is #C98A66. Grayscale: #666666. Windows color (decimal): -13208167 or 10057014. OLE color: 10057014.

HSL color Cylindrical-coordinate representation of color #367599: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367599 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54117153-
CMYK0.650.2400.4
HSL201.82º47.83%40.59%-
HSV(B)201.82º64.71%60%-
XYZ13.6315.8132.47-
YUV102.27156.6393.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=16.67%
G=36.11%
B=47.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541171530.650.2400.4201.8247.8340.59
Hex3675994118028ca3029
Octal66165231101300503126051
Binary110110111010110011001100000111000010100011001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367599; }

 p { color: rgb(54,117,153); }

 H1.HeaderClassName
 {
   color: #367599;
 }
 .AnyTagClassName
 {
   color: #367599;
 }
</style>
background-color css

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

 a { background-color: rgb(54,117,153); }

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

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

 span { border-color: rgb(54,117,153); }

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