#366EAB

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

Shades of Lochmara #366EAB

Tints of Lochmara #366EAB

Color information

#366EAB (or 0x366EAB) is unknown color: approx Lochmara. HEX triplet: 36, 6E and AB. RGB value is (54,110,171). Sum of RGB (Red+Green+Blue) = 54+110+171=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #366EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366EAB is #C99154. Grayscale: #636363. Windows color (decimal): -13209941 or 11234870. OLE color: 11234870.

HSL color Cylindrical-coordinate representation of color #366EAB: hue angle of 211.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366EAB is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54110171-
CMYK0.680.3600.33
HSL211.28º52%44.12%-
HSV(B)211.28º68.42%67.06%-
XYZ14.4514.8840.64-
YUV100.21167.9595.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=16.12%
G=32.84%
B=51.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541101710.680.3600.33211.285244.12
Hex366EAB4424021d3342c
Octal66156253104440413236454
Binary1101101101110101010111000100100100010000111010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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