Shades of Persian Blue #252ACE
Tints of Persian Blue #252ACE
RGB
CMYK
RGB Variations
Color information
#252ACE (or 0x252ACE) is known color: Persian Blue. HEX triplet: 25, 2A and CE. RGB value is (37,42,206). Sum of RGB (Red+Green+Blue) = 37+42+206=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #252ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ACE is #DAD531. Grayscale: #3A3A3A. Windows color (decimal): -14341426 or 13511205. OLE color: 13511205.
HSL color Cylindrical-coordinate representation of color #252ACE: hue angle of 238.22º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252ACE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 42 | 206 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.19 |
| HSL | 238.22º | 0.7% | 0.48% | - |
| HSV(B) | 238.22º | 0.82% | 0.81% | - |
| XYZ | 12.73 | 6.51 | 58.98 | - |
| YUV | 59.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 206 | 0.82 | 0.80 | 0 | 0.19 | 238.22 | 0.7 | 0.48 |
| Hex | 25 | 2A | CE | 52 | 50 | 0 | 13 | EE | 46 | 30 |
| Octal | 45 | 52 | 316 | 122 | 120 | 0 | 23 | 356 | 106 | 60 |
| Binary | 100101 | 101010 | 11001110 | 1010010 | 1010000 | 0 | 10011 | 11101110 | 1000110 | 110000 |
Color Harmonies of #252ACE
Complementary color
Monochromatic Colors of #252ACE
Black with #252ACE
Text Example
Text Example
White with #252ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ACE; }
p { color: rgb(37,42,206); }
H1.HeaderClassName
{
color: #252ACE;
}
.AnyTagClassName
{
color: #252ACE;
}
</style>
background-color css
<style>
a { background-color: #252ACE; }
a { background-color: rgb(37,42,206); }
div.DivClassName
{
background-color: #252ACE;
}
.BgClassName
{
background-color: #252ACE;
}
</style>
border-color css
<style>
span { border-color: #252ACE; }
span { border-color: rgb(37,42,206); }
td.TdClassName
{
border-color: #252ACE;
}
.TagClassName
{
border-color: #252ACE;
}
</style>