Shades of Persian Blue #253AC1
Tints of Persian Blue #253AC1
RGB
CMYK
RGB Variations
Color information
#253AC1 (or 0x253AC1) is known color: Persian Blue. HEX triplet: 25, 3A and C1. RGB value is (37,58,193). Sum of RGB (Red+Green+Blue) = 37+58+193=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #253AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AC1 is #DAC53E. Grayscale: #424242. Windows color (decimal): -14337343 or 12663333. OLE color: 12663333.
HSL color Cylindrical-coordinate representation of color #253AC1: hue angle of 231.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253AC1 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 58 | 193 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.24 |
| HSL | 231.92º | 0.68% | 0.45% | - |
| HSV(B) | 231.92º | 0.81% | 0.76% | - |
| XYZ | 11.9 | 7.27 | 51.23 | - |
| YUV | 67.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 193 | 0.81 | 0.70 | 0 | 0.24 | 231.92 | 0.68 | 0.45 |
| Hex | 25 | 3A | C1 | 51 | 46 | 0 | 18 | E8 | 44 | 2D |
| Octal | 45 | 72 | 301 | 121 | 106 | 0 | 30 | 350 | 104 | 55 |
| Binary | 100101 | 111010 | 11000001 | 1010001 | 1000110 | 0 | 11000 | 11101000 | 1000100 | 101101 |
Color Harmonies of #253AC1
Complementary color
Monochromatic Colors of #253AC1
Black with #253AC1
Text Example
Text Example
White with #253AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AC1; }
p { color: rgb(37,58,193); }
H1.HeaderClassName
{
color: #253AC1;
}
.AnyTagClassName
{
color: #253AC1;
}
</style>
background-color css
<style>
a { background-color: #253AC1; }
a { background-color: rgb(37,58,193); }
div.DivClassName
{
background-color: #253AC1;
}
.BgClassName
{
background-color: #253AC1;
}
</style>
border-color css
<style>
span { border-color: #253AC1; }
span { border-color: rgb(37,58,193); }
td.TdClassName
{
border-color: #253AC1;
}
.TagClassName
{
border-color: #253AC1;
}
</style>