Shades of Persian Blue #252AAC
Tints of Persian Blue #252AAC
RGB
CMYK
RGB Variations
Color information
#252AAC (or 0x252AAC) is known color: Persian Blue. HEX triplet: 25, 2A and AC. RGB value is (37,42,172). Sum of RGB (Red+Green+Blue) = 37+42+172=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #252AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AAC is #DAD553. Grayscale: #363636. Windows color (decimal): -14341460 or 11282981. OLE color: 11282981.
HSL color Cylindrical-coordinate representation of color #252AAC: hue angle of 237.78º 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 #252AAC is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 42 | 172 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.33 |
| HSL | 237.78º | 0.65% | 0.41% | - |
| HSV(B) | 237.78º | 0.78% | 0.67% | - |
| XYZ | 9.04 | 5.03 | 39.52 | - |
| YUV | 55.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 172 | 0.78 | 0.76 | 0 | 0.33 | 237.78 | 0.65 | 0.41 |
| Hex | 25 | 2A | AC | 4E | 4C | 0 | 21 | EE | 41 | 29 |
| Octal | 45 | 52 | 254 | 116 | 114 | 0 | 41 | 356 | 101 | 51 |
| Binary | 100101 | 101010 | 10101100 | 1001110 | 1001100 | 0 | 100001 | 11101110 | 1000001 | 101001 |
Color Harmonies of #252AAC
Complementary color
Monochromatic Colors of #252AAC
Black with #252AAC
Text Example
Text Example
White with #252AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252AAC; }
p { color: rgb(37,42,172); }
H1.HeaderClassName
{
color: #252AAC;
}
.AnyTagClassName
{
color: #252AAC;
}
</style>
background-color css
<style>
a { background-color: #252AAC; }
a { background-color: rgb(37,42,172); }
div.DivClassName
{
background-color: #252AAC;
}
.BgClassName
{
background-color: #252AAC;
}
</style>
border-color css
<style>
span { border-color: #252AAC; }
span { border-color: rgb(37,42,172); }
td.TdClassName
{
border-color: #252AAC;
}
.TagClassName
{
border-color: #252AAC;
}
</style>