#2532ac

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

Shades of Persian Blue #2532AC

Tints of Persian Blue #2532AC

Color information

#2532AC (or 0x2532AC) is unknown color: approx Persian Blue. HEX triplet: 25, 32 and AC. RGB value is (37,50,172). Sum of RGB (Red+Green+Blue) = 37+50+172=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #2532AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2532AC is #DACD53. Grayscale: #3B3B3B. Windows color (decimal): -14339412 or 11285029. OLE color: 11285029.

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

Color convert

RGB3750172-
CMYK0.780.7100.33
HSL234.22º64.59%40.98%-
HSV(B)234.22º78.49%67.45%-
XYZ9.355.6539.63-
YUV60.02191.19111.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 172 (67.58% from 255) = 66.41%
R=14.29%
G=19.31%
B=66.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37501720.780.7100.33234.2264.5940.98
Hex2532AC4E47021ea4129
Octal456225411610704135210151
Binary10010111001010101100100111010001110100001111010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2532ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2532ac; }

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

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

<style>
 a { background-color: #2532ac; }

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

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

<style>
 span { border-color: #2532ac; }

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

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