#336999

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

Shades of Lochmara #336999

Tints of Lochmara #336999

Color information

#336999 (or 0x336999) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 99. RGB value is (51,105,153). Sum of RGB (Red+Green+Blue) = 51+105+153=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #336999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336999 is #CC9666. Grayscale: #5E5E5E. Windows color (decimal): -13407847 or 10053939. OLE color: 10053939.

HSL color Cylindrical-coordinate representation of color #336999: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336999 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51105153-
CMYK0.670.3100.4
HSL208.24º50%40%-
HSV(B)208.24º66.67%60%-
XYZ12.1713.1132.03-
YUV94.33161.1197.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=16.50%
G=33.98%
B=49.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511051530.670.3100.4208.245040
Hex336999431F028d03228
Octal63151231103370503206250
Binary110011110100110011001100001111111010100011010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336999; }

 p { color: rgb(51,105,153); }

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

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

 a { background-color: rgb(51,105,153); }

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

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

 span { border-color: rgb(51,105,153); }

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