#336EB5

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

Shades of Lochmara #336EB5

Tints of Lochmara #336EB5

Color information

#336EB5 (or 0x336EB5) is unknown color: approx Lochmara. HEX triplet: 33, 6E and B5. RGB value is (51,110,181). Sum of RGB (Red+Green+Blue) = 51+110+181=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #336EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EB5 is #CC914A. Grayscale: #646464. Windows color (decimal): -13406539 or 11890227. OLE color: 11890227.

HSL color Cylindrical-coordinate representation of color #336EB5: hue angle of 212.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336EB5 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51110181-
CMYK0.720.3900.29
HSL212.77º56.03%45.49%-
HSV(B)212.77º71.82%70.98%-
XYZ15.2815.1945.84-
YUV100.45173.4592.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 181 (71.09% from 255) = 52.92%
R=14.91%
G=32.16%
B=52.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511101810.720.3900.29212.7756.0345.49
Hex336EB5482701Dd5382d
Octal63156265110470353257055
Binary110011110111010110101100100010011101110111010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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