Shades of Persian Blue #253CA6
Tints of Persian Blue #253CA6
RGB
CMYK
RGB Variations
Color information
#253CA6 (or 0x253CA6) is known color: Persian Blue. HEX triplet: 25, 3C and A6. RGB value is (37,60,166). Sum of RGB (Red+Green+Blue) = 37+60+166=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 166 (65.23% from 255 or 63.12% from 263); Max value from RGB is 166 - color contains mainly: blue. Hex color #253CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253CA6 is #DAC359. Grayscale: #404040. Windows color (decimal): -14336858 or 10894373. OLE color: 10894373.
HSL color Cylindrical-coordinate representation of color #253CA6: hue angle of 229.3º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253CA6 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 60 | 166 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.35 |
| HSL | 229.3º | 0.64% | 0.4% | - |
| HSV(B) | 229.3º | 0.78% | 0.65% | - |
| XYZ | 9.26 | 6.38 | 36.82 | - |
| YUV | 65.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 166 | 0.78 | 0.64 | 0 | 0.35 | 229.3 | 0.64 | 0.4 |
| Hex | 25 | 3C | A6 | 4E | 40 | 0 | 23 | E5 | 40 | 28 |
| Octal | 45 | 74 | 246 | 116 | 100 | 0 | 43 | 345 | 100 | 50 |
| Binary | 100101 | 111100 | 10100110 | 1001110 | 1000000 | 0 | 100011 | 11100101 | 1000000 | 101000 |
Color Harmonies of #253CA6
Complementary color
Monochromatic Colors of #253CA6
Black with #253CA6
Text Example
Text Example
White with #253CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CA6; }
p { color: rgb(37,60,166); }
H1.HeaderClassName
{
color: #253CA6;
}
.AnyTagClassName
{
color: #253CA6;
}
</style>
background-color css
<style>
a { background-color: #253CA6; }
a { background-color: rgb(37,60,166); }
div.DivClassName
{
background-color: #253CA6;
}
.BgClassName
{
background-color: #253CA6;
}
</style>
border-color css
<style>
span { border-color: #253CA6; }
span { border-color: rgb(37,60,166); }
td.TdClassName
{
border-color: #253CA6;
}
.TagClassName
{
border-color: #253CA6;
}
</style>