#366EA0

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

Shades of Lochmara #366EA0

Tints of Lochmara #366EA0

Color information

#366EA0 (or 0x366EA0) is unknown color: approx Lochmara. HEX triplet: 36, 6E and A0. RGB value is (54,110,160). Sum of RGB (Red+Green+Blue) = 54+110+160=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #366EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366EA0 is #C9915F. Grayscale: #626262. Windows color (decimal): -13209952 or 10513974. OLE color: 10513974.

HSL color Cylindrical-coordinate representation of color #366EA0: hue angle of 208.3º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366EA0 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB54110160-
CMYK0.660.3100.37
HSL208.3º49.53%41.96%-
HSV(B)208.3º66.25%62.75%-
XYZ13.4414.4735.34-
YUV98.96162.4595.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 160 (62.89% from 255) = 49.38%
R=16.67%
G=33.95%
B=49.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541101600.660.3100.37208.349.5341.96
Hex366EA0421F025d0322a
Octal66156240102370453206252
Binary110110110111010100000100001011111010010111010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366EA0; }

 p { color: rgb(54,110,160); }

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

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

 a { background-color: rgb(54,110,160); }

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

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

 span { border-color: rgb(54,110,160); }

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