#367899

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

Shades of Lochmara #367899

Tints of Lochmara #367899

Color information

#367899 (or 0x367899) is unknown color: approx Lochmara. HEX triplet: 36, 78 and 99. RGB value is (54,120,153). Sum of RGB (Red+Green+Blue) = 54+120+153=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #367899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367899 is #C98766. Grayscale: #676767. Windows color (decimal): -13207399 or 10057782. OLE color: 10057782.

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

Color convert

RGB54120153-
CMYK0.650.2200.4
HSL200º47.83%40.59%-
HSV(B)200º64.71%60%-
XYZ13.9916.5232.59-
YUV104.03155.6392.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=16.51%
G=36.70%
B=46.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541201530.650.2200.420047.8340.59
Hex3678994116028c83029
Octal66170231101260503106051
Binary110110111100010011001100000110110010100011001000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367899; }

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

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

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

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

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

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

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

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