#3272aa

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

Shades of Lochmara #3272AA

Tints of Lochmara #3272AA

Color information

#3272AA (or 0x3272AA) is unknown color: approx Lochmara. HEX triplet: 32, 72 and AA. RGB value is (50,114,170). Sum of RGB (Red+Green+Blue) = 50+114+170=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3272AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3272AA is #CD8D55. Grayscale: #646464. Windows color (decimal): -13471062 or 11170354. OLE color: 11170354.

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

Color convert

RGB50114170-
CMYK0.710.3300.33
HSL208º54.55%43.14%-
HSV(B)208º70.59%66.67%-
XYZ14.5915.6240.28-
YUV101.25166.891.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=14.97%
G=34.13%
B=50.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501141700.710.3300.3320854.5543.14
Hex3272AA4721021d0372b
Octal62162252107410413206753
Binary1100101110010101010101000111100001010000111010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3272aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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