#367597

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

Shades of Lochmara #367597

Tints of Lochmara #367597

Color information

#367597 (or 0x367597) is unknown color: approx Lochmara. HEX triplet: 36, 75 and 97. RGB value is (54,117,151). Sum of RGB (Red+Green+Blue) = 54+117+151=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #367597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367597 is #C98A68. Grayscale: #656565. Windows color (decimal): -13208169 or 9925942. OLE color: 9925942.

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

Color convert

RGB54117151-
CMYK0.640.2300.41
HSL201.03º47.32%40.2%-
HSV(B)201.03º64.24%59.22%-
XYZ13.4715.7431.61-
YUV102.04155.6393.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=16.77%
G=36.34%
B=46.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541171510.640.2300.41201.0347.3240.2
Hex3675974017029c92f28
Octal66165227100270513115750
Binary110110111010110010111100000010111010100111001001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367597; }

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

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

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

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

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

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

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

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