Shades of Persian Blue #252FAC
Tints of Persian Blue #252FAC
RGB
CMYK
RGB Variations
Color information
#252FAC (or 0x252FAC) is known color: Persian Blue. HEX triplet: 25, 2F and AC. RGB value is (37,47,172). Sum of RGB (Red+Green+Blue) = 37+47+172=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #252FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FAC is #DAD053. Grayscale: #393939. Windows color (decimal): -14340180 or 11284261. OLE color: 11284261.
HSL color Cylindrical-coordinate representation of color #252FAC: hue angle of 235.56º 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 #252FAC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 47 | 172 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.33 |
| HSL | 235.56º | 0.65% | 0.41% | - |
| HSV(B) | 235.56º | 0.78% | 0.67% | - |
| XYZ | 9.23 | 5.4 | 39.59 | - |
| YUV | 58.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 172 | 0.78 | 0.73 | 0 | 0.33 | 235.56 | 0.65 | 0.41 |
| Hex | 25 | 2F | AC | 4E | 49 | 0 | 21 | EC | 41 | 29 |
| Octal | 45 | 57 | 254 | 116 | 111 | 0 | 41 | 354 | 101 | 51 |
| Binary | 100101 | 101111 | 10101100 | 1001110 | 1001001 | 0 | 100001 | 11101100 | 1000001 | 101001 |
Color Harmonies of #252FAC
Complementary color
Monochromatic Colors of #252FAC
Black with #252FAC
Text Example
Text Example
White with #252FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252FAC; }
p { color: rgb(37,47,172); }
H1.HeaderClassName
{
color: #252FAC;
}
.AnyTagClassName
{
color: #252FAC;
}
</style>
background-color css
<style>
a { background-color: #252FAC; }
a { background-color: rgb(37,47,172); }
div.DivClassName
{
background-color: #252FAC;
}
.BgClassName
{
background-color: #252FAC;
}
</style>
border-color css
<style>
span { border-color: #252FAC; }
span { border-color: rgb(37,47,172); }
td.TdClassName
{
border-color: #252FAC;
}
.TagClassName
{
border-color: #252FAC;
}
</style>