Shades of Persian Blue #252FED
Tints of Persian Blue #252FED
RGB
CMYK
RGB Variations
Color information
#252FED (or 0x252FED) is known color: Persian Blue. HEX triplet: 25, 2F and ED. RGB value is (37,47,237). Sum of RGB (Red+Green+Blue) = 37+47+237=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #252FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252FED is #DAD012. Grayscale: #404040. Windows color (decimal): -14340115 or 15544101. OLE color: 15544101.
HSL color Cylindrical-coordinate representation of color #252FED: hue angle of 237º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252FED is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 47 | 237 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.07 |
| HSL | 237º | 0.85% | 0.54% | - |
| HSV(B) | 237º | 0.84% | 0.93% | - |
| XYZ | 17.07 | 8.54 | 80.87 | - |
| YUV | 65.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 237 | 0.84 | 0.80 | 0 | 0.07 | 237 | 0.85 | 0.54 |
| Hex | 25 | 2F | ED | 54 | 50 | 0 | 7 | ED | 55 | 36 |
| Octal | 45 | 57 | 355 | 124 | 120 | 0 | 7 | 355 | 125 | 66 |
| Binary | 100101 | 101111 | 11101101 | 1010100 | 1010000 | 0 | 111 | 11101101 | 1010101 | 110110 |
Color Harmonies of #252FED
Complementary color
Monochromatic Colors of #252FED
Black with #252FED
Text Example
Text Example
White with #252FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252FED; }
p { color: rgb(37,47,237); }
H1.HeaderClassName
{
color: #252FED;
}
.AnyTagClassName
{
color: #252FED;
}
</style>
background-color css
<style>
a { background-color: #252FED; }
a { background-color: rgb(37,47,237); }
div.DivClassName
{
background-color: #252FED;
}
.BgClassName
{
background-color: #252FED;
}
</style>
border-color css
<style>
span { border-color: #252FED; }
span { border-color: rgb(37,47,237); }
td.TdClassName
{
border-color: #252FED;
}
.TagClassName
{
border-color: #252FED;
}
</style>