#3366aa

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

Shades of Lochmara #3366AA

Tints of Lochmara #3366AA

Color information

#3366AA (or 0x3366AA) is unknown color: approx Lochmara. HEX triplet: 33, 66 and AA. RGB value is (51,102,170). Sum of RGB (Red+Green+Blue) = 51+102+170=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3366AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3366AA is #CC9955. Grayscale: #5E5E5E. Windows color (decimal): -13408598 or 11167283. OLE color: 11167283.

HSL color Cylindrical-coordinate representation of color #3366AA: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3366AA is Cyan = 0.7, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51102170-
CMYK0.70.400.33
HSL214.29º53.85%43.33%-
HSV(B)214.29º70%66.67%-
XYZ13.3713.1139.86-
YUV94.5170.696.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=15.79%
G=31.58%
B=52.63%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511021700.70.400.33214.2953.8543.33
Hex3366AA4628021d6362b
Octal63146252106500413266653
Binary1100111100110101010101000110101000010000111010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3366aa; }

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

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

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

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

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

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

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

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