Shades of Persian Blue #253BE0
Tints of Persian Blue #253BE0
RGB
CMYK
RGB Variations
Color information
#253BE0 (or 0x253BE0) is known color: Persian Blue. HEX triplet: 25, 3B and E0. RGB value is (37,59,224). Sum of RGB (Red+Green+Blue) = 37+59+224=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #253BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BE0 is #DAC41F. Grayscale: #464646. Windows color (decimal): -14337056 or 14695205. OLE color: 14695205.
HSL color Cylindrical-coordinate representation of color #253BE0: hue angle of 232.94º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253BE0 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 59 | 224 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.12 |
| HSL | 232.94º | 0.75% | 0.51% | - |
| HSV(B) | 232.94º | 0.83% | 0.88% | - |
| XYZ | 15.78 | 8.9 | 71.41 | - |
| YUV | 71.23 | 214.21 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 224 | 0.83 | 0.74 | 0 | 0.12 | 232.94 | 0.75 | 0.51 |
| Hex | 25 | 3B | E0 | 53 | 4A | 0 | C | E9 | 4B | 33 |
| Octal | 45 | 73 | 340 | 123 | 112 | 0 | 14 | 351 | 113 | 63 |
| Binary | 100101 | 111011 | 11100000 | 1010011 | 1001010 | 0 | 1100 | 11101001 | 1001011 | 110011 |
Color Harmonies of #253BE0
Complementary color
Monochromatic Colors of #253BE0
Black with #253BE0
Text Example
Text Example
White with #253BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BE0; }
p { color: rgb(37,59,224); }
H1.HeaderClassName
{
color: #253BE0;
}
.AnyTagClassName
{
color: #253BE0;
}
</style>
background-color css
<style>
a { background-color: #253BE0; }
a { background-color: rgb(37,59,224); }
div.DivClassName
{
background-color: #253BE0;
}
.BgClassName
{
background-color: #253BE0;
}
</style>
border-color css
<style>
span { border-color: #253BE0; }
span { border-color: rgb(37,59,224); }
td.TdClassName
{
border-color: #253BE0;
}
.TagClassName
{
border-color: #253BE0;
}
</style>