Shades of Persian Blue #253ECE
Tints of Persian Blue #253ECE
RGB
CMYK
RGB Variations
Color information
#253ECE (or 0x253ECE) is known color: Persian Blue. HEX triplet: 25, 3E and CE. RGB value is (37,62,206). Sum of RGB (Red+Green+Blue) = 37+62+206=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #253ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ECE is #DAC131. Grayscale: #464646. Windows color (decimal): -14336306 or 13516325. OLE color: 13516325.
HSL color Cylindrical-coordinate representation of color #253ECE: hue angle of 231.12º 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 #253ECE is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 62 | 206 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.19 |
| HSL | 231.12º | 0.7% | 0.48% | - |
| HSV(B) | 231.12º | 0.82% | 0.81% | - |
| XYZ | 13.63 | 8.29 | 59.28 | - |
| YUV | 70.94 | 204.22 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 206 | 0.82 | 0.70 | 0 | 0.19 | 231.12 | 0.7 | 0.48 |
| Hex | 25 | 3E | CE | 52 | 46 | 0 | 13 | E7 | 46 | 30 |
| Octal | 45 | 76 | 316 | 122 | 106 | 0 | 23 | 347 | 106 | 60 |
| Binary | 100101 | 111110 | 11001110 | 1010010 | 1000110 | 0 | 10011 | 11100111 | 1000110 | 110000 |
Color Harmonies of #253ECE
Complementary color
Monochromatic Colors of #253ECE
Black with #253ECE
Text Example
Text Example
White with #253ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ECE; }
p { color: rgb(37,62,206); }
H1.HeaderClassName
{
color: #253ECE;
}
.AnyTagClassName
{
color: #253ECE;
}
</style>
background-color css
<style>
a { background-color: #253ECE; }
a { background-color: rgb(37,62,206); }
div.DivClassName
{
background-color: #253ECE;
}
.BgClassName
{
background-color: #253ECE;
}
</style>
border-color css
<style>
span { border-color: #253ECE; }
span { border-color: rgb(37,62,206); }
td.TdClassName
{
border-color: #253ECE;
}
.TagClassName
{
border-color: #253ECE;
}
</style>