Shades of Persian Blue #253AB5
Tints of Persian Blue #253AB5
RGB
CMYK
RGB Variations
Color information
#253AB5 (or 0x253AB5) is known color: Persian Blue. HEX triplet: 25, 3A and B5. RGB value is (37,58,181). Sum of RGB (Red+Green+Blue) = 37+58+181=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 181 (71.09% from 255 or 65.58% from 276); Max value from RGB is 181 - color contains mainly: blue. Hex color #253AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AB5 is #DAC54A. Grayscale: #414141. Windows color (decimal): -14337355 or 11876901. OLE color: 11876901.
HSL color Cylindrical-coordinate representation of color #253AB5: hue angle of 231.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253AB5 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 58 | 181 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.29 |
| HSL | 231.25º | 0.66% | 0.43% | - |
| HSV(B) | 231.25º | 0.8% | 0.71% | - |
| XYZ | 10.62 | 6.76 | 44.46 | - |
| YUV | 65.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 181 | 0.80 | 0.68 | 0 | 0.29 | 231.25 | 0.66 | 0.43 |
| Hex | 25 | 3A | B5 | 50 | 44 | 0 | 1D | E7 | 42 | 2B |
| Octal | 45 | 72 | 265 | 120 | 104 | 0 | 35 | 347 | 102 | 53 |
| Binary | 100101 | 111010 | 10110101 | 1010000 | 1000100 | 0 | 11101 | 11100111 | 1000010 | 101011 |
Color Harmonies of #253AB5
Complementary color
Monochromatic Colors of #253AB5
Black with #253AB5
Text Example
Text Example
White with #253AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AB5; }
p { color: rgb(37,58,181); }
H1.HeaderClassName
{
color: #253AB5;
}
.AnyTagClassName
{
color: #253AB5;
}
</style>
background-color css
<style>
a { background-color: #253AB5; }
a { background-color: rgb(37,58,181); }
div.DivClassName
{
background-color: #253AB5;
}
.BgClassName
{
background-color: #253AB5;
}
</style>
border-color css
<style>
span { border-color: #253AB5; }
span { border-color: rgb(37,58,181); }
td.TdClassName
{
border-color: #253AB5;
}
.TagClassName
{
border-color: #253AB5;
}
</style>