Shades of Persian Blue #252ECE
Tints of Persian Blue #252ECE
RGB
CMYK
RGB Variations
Color information
#252ECE (or 0x252ECE) is known color: Persian Blue. HEX triplet: 25, 2E and CE. RGB value is (37,46,206). Sum of RGB (Red+Green+Blue) = 37+46+206=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #252ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ECE is #DAD131. Grayscale: #3C3C3C. Windows color (decimal): -14340402 or 13512229. OLE color: 13512229.
HSL color Cylindrical-coordinate representation of color #252ECE: hue angle of 236.8º 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 #252ECE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 46 | 206 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.19 |
| HSL | 236.8º | 0.7% | 0.48% | - |
| HSV(B) | 236.8º | 0.82% | 0.81% | - |
| XYZ | 12.88 | 6.8 | 59.03 | - |
| YUV | 61.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 206 | 0.82 | 0.78 | 0 | 0.19 | 236.8 | 0.7 | 0.48 |
| Hex | 25 | 2E | CE | 52 | 4E | 0 | 13 | ED | 46 | 30 |
| Octal | 45 | 56 | 316 | 122 | 116 | 0 | 23 | 355 | 106 | 60 |
| Binary | 100101 | 101110 | 11001110 | 1010010 | 1001110 | 0 | 10011 | 11101101 | 1000110 | 110000 |
Color Harmonies of #252ECE
Complementary color
Monochromatic Colors of #252ECE
Black with #252ECE
Text Example
Text Example
White with #252ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ECE; }
p { color: rgb(37,46,206); }
H1.HeaderClassName
{
color: #252ECE;
}
.AnyTagClassName
{
color: #252ECE;
}
</style>
background-color css
<style>
a { background-color: #252ECE; }
a { background-color: rgb(37,46,206); }
div.DivClassName
{
background-color: #252ECE;
}
.BgClassName
{
background-color: #252ECE;
}
</style>
border-color css
<style>
span { border-color: #252ECE; }
span { border-color: rgb(37,46,206); }
td.TdClassName
{
border-color: #252ECE;
}
.TagClassName
{
border-color: #252ECE;
}
</style>