#2732AA

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

Shades of Persian Blue #2732AA

Tints of Persian Blue #2732AA

Color information

#2732AA (or 0x2732AA) is unknown color: approx Persian Blue. HEX triplet: 27, 32 and AA. RGB value is (39,50,170). Sum of RGB (Red+Green+Blue) = 39+50+170=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #2732AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2732AA is #D8CD55. Grayscale: #3B3B3B. Windows color (decimal): -14208342 or 11153959. OLE color: 11153959.

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

Color convert

RGB3950170-
CMYK0.770.7100.33
HSL234.96º62.68%40.98%-
HSV(B)234.96º77.06%66.67%-
XYZ9.235.6138.63-
YUV60.39189.86112.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=15.06%
G=19.31%
B=65.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39501700.770.7100.33234.9662.6840.98
Hex2732AA4D47021eb3f29
Octal47622521151070413537751
Binary1001111100101010101010011011000111010000111101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2732AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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