#367699

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

Shades of Lochmara #367699

Tints of Lochmara #367699

Color information

#367699 (or 0x367699) is unknown color: approx Lochmara. HEX triplet: 36, 76 and 99. RGB value is (54,118,153). Sum of RGB (Red+Green+Blue) = 54+118+153=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #367699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367699 is #C98966. Grayscale: #666666. Windows color (decimal): -13207911 or 10057270. OLE color: 10057270.

HSL color Cylindrical-coordinate representation of color #367699: hue angle of 201.21º 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 #367699 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54118153-
CMYK0.650.2300.4
HSL201.21º47.83%40.59%-
HSV(B)201.21º64.71%60%-
XYZ13.7516.0432.51-
YUV102.85156.393.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=16.62%
G=36.31%
B=47.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541181530.650.2300.4201.2147.8340.59
Hex3676994117028c93029
Octal66166231101270503116051
Binary110110111011010011001100000110111010100011001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367699; }

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

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

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

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

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

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

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

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