#2532AB

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

Shades of Persian Blue #2532AB

Tints of Persian Blue #2532AB

Color information

#2532AB (or 0x2532AB) is unknown color: approx Persian Blue. HEX triplet: 25, 32 and AB. RGB value is (37,50,171). Sum of RGB (Red+Green+Blue) = 37+50+171=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #2532AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2532AB is #DACD54. Grayscale: #3B3B3B. Windows color (decimal): -14339413 or 11219493. OLE color: 11219493.

HSL color Cylindrical-coordinate representation of color #2532AB: hue angle of 234.18º degrees, saturation: 0.64, 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 #2532AB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3750171-
CMYK0.780.7100.33
HSL234.18º64.42%40.78%-
HSV(B)234.18º78.36%67.06%-
XYZ9.255.6139.12-
YUV59.91190.69111.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 171 (67.19% from 255) = 66.28%
R=14.34%
G=19.38%
B=66.28%

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
Decimal37501710.780.7100.33234.1864.4240.78
Hex2532AB4E47021ea4029
Octal456225311610704135210051
Binary10010111001010101011100111010001110100001111010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2532AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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