#252AAB

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

Shades of Persian Blue #252AAB

Tints of Persian Blue #252AAB

Color information

#252AAB (or 0x252AAB) is unknown color: approx Persian Blue. HEX triplet: 25, 2A and AB. RGB value is (37,42,171). Sum of RGB (Red+Green+Blue) = 37+42+171=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #252AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AAB is #DAD554. Grayscale: #363636. Windows color (decimal): -14341461 or 11217445. OLE color: 11217445.

HSL color Cylindrical-coordinate representation of color #252AAB: hue angle of 237.76º 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 #252AAB is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3742171-
CMYK0.780.7500.33
HSL237.76º64.42%40.78%-
HSV(B)237.76º78.36%67.06%-
XYZ8.944.9939.02-
YUV55.21193.34115.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=14.8%
G=16.8%
B=68.4%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37421710.780.7500.33237.7664.4240.78
Hex252AAB4E4B021ee4029
Octal455225311611304135610051
Binary10010110101010101011100111010010110100001111011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252AAB; }

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

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

<style>
 a { background-color: #252AAB; }

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

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

<style>
 span { border-color: #252AAB; }

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

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