#336EB2

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

Shades of Lochmara #336EB2

Tints of Lochmara #336EB2

Color information

#336EB2 (or 0x336EB2) is unknown color: approx Lochmara. HEX triplet: 33, 6E and B2. RGB value is (51,110,178). Sum of RGB (Red+Green+Blue) = 51+110+178=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #336EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EB2 is #CC914D. Grayscale: #636363. Windows color (decimal): -13406542 or 11693619. OLE color: 11693619.

HSL color Cylindrical-coordinate representation of color #336EB2: hue angle of 212.13º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336EB2 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51110178-
CMYK0.710.3800.30
HSL212.13º55.46%44.9%-
HSV(B)212.13º71.35%69.8%-
XYZ14.9815.0744.24-
YUV100.11171.9592.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=15.04%
G=32.45%
B=52.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511101780.710.3800.30212.1355.4644.9
Hex336EB2472601Ed4372d
Octal63156262107460363246755
Binary110011110111010110010100011110011001111011010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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