Shades of Persian Blue #253CCE
Tints of Persian Blue #253CCE
RGB
CMYK
RGB Variations
Color information
#253CCE (or 0x253CCE) is known color: Persian Blue. HEX triplet: 25, 3C and CE. RGB value is (37,60,206). Sum of RGB (Red+Green+Blue) = 37+60+206=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #253CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CCE is #DAC331. Grayscale: #454545. Windows color (decimal): -14336818 or 13515813. OLE color: 13515813.
HSL color Cylindrical-coordinate representation of color #253CCE: hue angle of 231.83º 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 #253CCE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 60 | 206 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.19 |
| HSL | 231.83º | 0.7% | 0.48% | - |
| HSV(B) | 231.83º | 0.82% | 0.81% | - |
| XYZ | 13.52 | 8.08 | 59.24 | - |
| YUV | 69.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 206 | 0.82 | 0.71 | 0 | 0.19 | 231.83 | 0.7 | 0.48 |
| Hex | 25 | 3C | CE | 52 | 47 | 0 | 13 | E8 | 46 | 30 |
| Octal | 45 | 74 | 316 | 122 | 107 | 0 | 23 | 350 | 106 | 60 |
| Binary | 100101 | 111100 | 11001110 | 1010010 | 1000111 | 0 | 10011 | 11101000 | 1000110 | 110000 |
Color Harmonies of #253CCE
Complementary color
Monochromatic Colors of #253CCE
Black with #253CCE
Text Example
Text Example
White with #253CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CCE; }
p { color: rgb(37,60,206); }
H1.HeaderClassName
{
color: #253CCE;
}
.AnyTagClassName
{
color: #253CCE;
}
</style>
background-color css
<style>
a { background-color: #253CCE; }
a { background-color: rgb(37,60,206); }
div.DivClassName
{
background-color: #253CCE;
}
.BgClassName
{
background-color: #253CCE;
}
</style>
border-color css
<style>
span { border-color: #253CCE; }
span { border-color: rgb(37,60,206); }
td.TdClassName
{
border-color: #253CCE;
}
.TagClassName
{
border-color: #253CCE;
}
</style>