Shades of Persian Blue #253AC5
Tints of Persian Blue #253AC5
RGB
CMYK
RGB Variations
Color information
#253AC5 (or 0x253AC5) is known color: Persian Blue. HEX triplet: 25, 3A and C5. RGB value is (37,58,197). Sum of RGB (Red+Green+Blue) = 37+58+197=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #253AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AC5 is #DAC53A. Grayscale: #424242. Windows color (decimal): -14337339 or 12925477. OLE color: 12925477.
HSL color Cylindrical-coordinate representation of color #253AC5: hue angle of 232.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253AC5 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 58 | 197 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.23 |
| HSL | 232.13º | 0.68% | 0.46% | - |
| HSV(B) | 232.13º | 0.81% | 0.77% | - |
| XYZ | 12.35 | 7.45 | 53.61 | - |
| YUV | 67.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 197 | 0.81 | 0.71 | 0 | 0.23 | 232.13 | 0.68 | 0.46 |
| Hex | 25 | 3A | C5 | 51 | 47 | 0 | 17 | E8 | 44 | 2E |
| Octal | 45 | 72 | 305 | 121 | 107 | 0 | 27 | 350 | 104 | 56 |
| Binary | 100101 | 111010 | 11000101 | 1010001 | 1000111 | 0 | 10111 | 11101000 | 1000100 | 101110 |
Color Harmonies of #253AC5
Complementary color
Monochromatic Colors of #253AC5
Black with #253AC5
Text Example
Text Example
White with #253AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AC5; }
p { color: rgb(37,58,197); }
H1.HeaderClassName
{
color: #253AC5;
}
.AnyTagClassName
{
color: #253AC5;
}
</style>
background-color css
<style>
a { background-color: #253AC5; }
a { background-color: rgb(37,58,197); }
div.DivClassName
{
background-color: #253AC5;
}
.BgClassName
{
background-color: #253AC5;
}
</style>
border-color css
<style>
span { border-color: #253AC5; }
span { border-color: rgb(37,58,197); }
td.TdClassName
{
border-color: #253AC5;
}
.TagClassName
{
border-color: #253AC5;
}
</style>