#336EA6

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

Shades of Lochmara #336EA6

Tints of Lochmara #336EA6

Color information

#336EA6 (or 0x336EA6) is unknown color: approx Lochmara. HEX triplet: 33, 6E and A6. RGB value is (51,110,166). Sum of RGB (Red+Green+Blue) = 51+110+166=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #336EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EA6 is #CC9159. Grayscale: #626262. Windows color (decimal): -13406554 or 10907187. OLE color: 10907187.

HSL color Cylindrical-coordinate representation of color #336EA6: hue angle of 209.22º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336EA6 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51110166-
CMYK0.690.3400.35
HSL209.22º53%42.55%-
HSV(B)209.22º69.28%65.1%-
XYZ13.8214.6138.17-
YUV98.74165.9593.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 166 (65.23% from 255) = 50.76%
R=15.60%
G=33.64%
B=50.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511101660.690.3400.35209.225342.55
Hex336EA64522023d1352b
Octal63156246105420433216553
Binary1100111101110101001101000101100010010001111010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336EA6; }

 p { color: rgb(51,110,166); }

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

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

 a { background-color: rgb(51,110,166); }

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

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

 span { border-color: rgb(51,110,166); }

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