#336EAC

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

Shades of Lochmara #336EAC

Tints of Lochmara #336EAC

Color information

#336EAC (or 0x336EAC) is unknown color: approx Lochmara. HEX triplet: 33, 6E and AC. RGB value is (51,110,172). Sum of RGB (Red+Green+Blue) = 51+110+172=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #336EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EAC is #CC9153. Grayscale: #636363. Windows color (decimal): -13406548 or 11300403. OLE color: 11300403.

HSL color Cylindrical-coordinate representation of color #336EAC: hue angle of 210.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336EAC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51110172-
CMYK0.700.3600.33
HSL210.74º54.26%43.73%-
HSV(B)210.74º70.35%67.45%-
XYZ14.3914.8341.13-
YUV99.43168.9593.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=15.32%
G=33.03%
B=51.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511101720.700.3600.33210.7454.2643.73
Hex336EAC4624021d3362c
Octal63156254106440413236654
Binary1100111101110101011001000110100100010000111010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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