Shades of Persian Blue #252FE2
Tints of Persian Blue #252FE2
RGB
CMYK
RGB Variations
Color information
#252FE2 (or 0x252FE2) is known color: Persian Blue. HEX triplet: 25, 2F and E2. RGB value is (37,47,226). Sum of RGB (Red+Green+Blue) = 37+47+226=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 226 (88.67% from 255 or 72.90% from 310); Max value from RGB is 226 - color contains mainly: blue. Hex color #252FE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FE2 is #DAD01D. Grayscale: #3F3F3F. Windows color (decimal): -14340126 or 14823205. OLE color: 14823205.
HSL color Cylindrical-coordinate representation of color #252FE2: hue angle of 236.83º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252FE2 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 47 | 226 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.11 |
| HSL | 236.83º | 0.77% | 0.52% | - |
| HSV(B) | 236.83º | 0.84% | 0.89% | - |
| XYZ | 15.51 | 7.92 | 72.66 | - |
| YUV | 64.42 | 219.19 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 226 | 0.84 | 0.79 | 0 | 0.11 | 236.83 | 0.77 | 0.52 |
| Hex | 25 | 2F | E2 | 54 | 4F | 0 | B | ED | 4D | 34 |
| Octal | 45 | 57 | 342 | 124 | 117 | 0 | 13 | 355 | 115 | 64 |
| Binary | 100101 | 101111 | 11100010 | 1010100 | 1001111 | 0 | 1011 | 11101101 | 1001101 | 110100 |
Color Harmonies of #252FE2
Complementary color
Monochromatic Colors of #252FE2
Black with #252FE2
Text Example
Text Example
White with #252FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252FE2; }
p { color: rgb(37,47,226); }
H1.HeaderClassName
{
color: #252FE2;
}
.AnyTagClassName
{
color: #252FE2;
}
</style>
background-color css
<style>
a { background-color: #252FE2; }
a { background-color: rgb(37,47,226); }
div.DivClassName
{
background-color: #252FE2;
}
.BgClassName
{
background-color: #252FE2;
}
</style>
border-color css
<style>
span { border-color: #252FE2; }
span { border-color: rgb(37,47,226); }
td.TdClassName
{
border-color: #252FE2;
}
.TagClassName
{
border-color: #252FE2;
}
</style>