#3372AA

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

Shades of Lochmara #3372AA

Tints of Lochmara #3372AA

Color information

#3372AA (or 0x3372AA) is unknown color: approx Lochmara. HEX triplet: 33, 72 and AA. RGB value is (51,114,170). Sum of RGB (Red+Green+Blue) = 51+114+170=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #3372AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3372AA is #CC8D55. Grayscale: #656565. Windows color (decimal): -13405526 or 11170355. OLE color: 11170355.

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

Color convert

RGB51114170-
CMYK0.70.3300.33
HSL208.24º53.85%43.33%-
HSV(B)208.24º70%66.67%-
XYZ14.6415.6440.28-
YUV101.55166.6391.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=15.22%
G=34.03%
B=50.75%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511141700.70.3300.33208.2453.8543.33
Hex3372AA4621021d0362b
Octal63162252106410413206653
Binary1100111110010101010101000110100001010000111010000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3372AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3372AA; }

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

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

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

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

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

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

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

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