#336699

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

Shades of Lochmara #336699

Tints of Lochmara #336699

Color information

#336699 (or 0x336699) is unknown color: approx Lochmara. HEX triplet: 33, 66 and 99. RGB value is (51,102,153). Sum of RGB (Red+Green+Blue) = 51+102+153=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #336699 is a web safe color. Inversed color of #336699 is #CC9966. Grayscale: #5C5C5C. Windows color (decimal): -13408615 or 10053171. OLE color: 10053171.

HSL color Cylindrical-coordinate representation of color #336699: hue angle of 210º 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 #336699 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51102153-
CMYK0.670.3300.4
HSL210º50%40%-
HSV(B)210º66.67%60%-
XYZ11.8712.5131.93-
YUV92.56162.198.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511021530.670.3300.42105040
Hex3366994321028d23228
Octal63146231103410503226250
Binary1100111100110100110011000011100001010100011010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336699; }

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

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

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

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

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

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

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

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