Shades of Persian Blue #253FC0
Tints of Persian Blue #253FC0
RGB
CMYK
RGB Variations
Color information
#253FC0 (or 0x253FC0) is known color: Persian Blue. HEX triplet: 25, 3F and C0. RGB value is (37,63,192). Sum of RGB (Red+Green+Blue) = 37+63+192=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #253FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FC0 is #DAC03F. Grayscale: #454545. Windows color (decimal): -14336064 or 12599077. OLE color: 12599077.
HSL color Cylindrical-coordinate representation of color #253FC0: hue angle of 229.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253FC0 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 63 | 192 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.25 |
| HSL | 229.94º | 0.68% | 0.45% | - |
| HSV(B) | 229.94º | 0.81% | 0.75% | - |
| XYZ | 12.05 | 7.75 | 50.73 | - |
| YUV | 69.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 192 | 0.81 | 0.67 | 0 | 0.25 | 229.94 | 0.68 | 0.45 |
| Hex | 25 | 3F | C0 | 51 | 43 | 0 | 19 | E6 | 44 | 2D |
| Octal | 45 | 77 | 300 | 121 | 103 | 0 | 31 | 346 | 104 | 55 |
| Binary | 100101 | 111111 | 11000000 | 1010001 | 1000011 | 0 | 11001 | 11100110 | 1000100 | 101101 |
Color Harmonies of #253FC0
Complementary color
Monochromatic Colors of #253FC0
Black with #253FC0
Text Example
Text Example
White with #253FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FC0; }
p { color: rgb(37,63,192); }
H1.HeaderClassName
{
color: #253FC0;
}
.AnyTagClassName
{
color: #253FC0;
}
</style>
background-color css
<style>
a { background-color: #253FC0; }
a { background-color: rgb(37,63,192); }
div.DivClassName
{
background-color: #253FC0;
}
.BgClassName
{
background-color: #253FC0;
}
</style>
border-color css
<style>
span { border-color: #253FC0; }
span { border-color: rgb(37,63,192); }
td.TdClassName
{
border-color: #253FC0;
}
.TagClassName
{
border-color: #253FC0;
}
</style>