#3272AC

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

Shades of Lochmara #3272AC

Tints of Lochmara #3272AC

Color information

#3272AC (or 0x3272AC) is unknown color: approx Lochmara. HEX triplet: 32, 72 and AC. RGB value is (50,114,172). Sum of RGB (Red+Green+Blue) = 50+114+172=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #3272AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3272AC is #CD8D53. Grayscale: #656565. Windows color (decimal): -13471060 or 11301426. OLE color: 11301426.

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

Color convert

RGB50114172-
CMYK0.710.3400.33
HSL208.52º54.95%43.53%-
HSV(B)208.52º70.93%67.45%-
XYZ14.7815.6941.28-
YUV101.48167.891.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=14.88%
G=33.93%
B=51.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501141720.710.3400.33208.5254.9543.53
Hex3272AC4722021d1372c
Octal62162254107420413216754
Binary1100101110010101011001000111100010010000111010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3272AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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