#3276AA

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

Shades of Lochmara #3276AA

Tints of Lochmara #3276AA

Color information

#3276AA (or 0x3276AA) is unknown color: approx Lochmara. HEX triplet: 32, 76 and AA. RGB value is (50,118,170). Sum of RGB (Red+Green+Blue) = 50+118+170=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #3276AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3276AA is #CD8955. Grayscale: #676767. Windows color (decimal): -13470038 or 11171378. OLE color: 11171378.

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

Color convert

RGB50118170-
CMYK0.710.3100.33
HSL206º54.55%43.14%-
HSV(B)206º70.59%66.67%-
XYZ15.0516.5440.43-
YUV103.6165.4789.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=14.79%
G=34.91%
B=50.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501181700.710.3100.3320654.5543.14
Hex3276AA471F021ce372b
Octal62166252107370413166753
Binary110010111011010101010100011111111010000111001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3276AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,118,170); }

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

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

 a { background-color: rgb(50,118,170); }

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

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

 span { border-color: rgb(50,118,170); }

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