#336DA9

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

Shades of Lochmara #336DA9

Tints of Lochmara #336DA9

Color information

#336DA9 (or 0x336DA9) is unknown color: approx Lochmara. HEX triplet: 33, 6D and A9. RGB value is (51,109,169). Sum of RGB (Red+Green+Blue) = 51+109+169=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #336DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336DA9 is #CC9256. Grayscale: #626262. Windows color (decimal): -13406807 or 11103539. OLE color: 11103539.

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

Color convert

RGB51109169-
CMYK0.700.3600.34
HSL210.51º53.64%43.14%-
HSV(B)210.51º69.82%66.27%-
XYZ1414.5139.6-
YUV98.5167.7894.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=15.50%
G=33.13%
B=51.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511091690.700.3600.34210.5153.6443.14
Hex336DA94624022d3362b
Octal63155251106440423236653
Binary1100111101101101010011000110100100010001011010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,169); }

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

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

 a { background-color: rgb(51,109,169); }

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

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

 span { border-color: rgb(51,109,169); }

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