Shades of Persian Blue #253ACD
Tints of Persian Blue #253ACD
RGB
CMYK
RGB Variations
Color information
#253ACD (or 0x253ACD) is known color: Persian Blue. HEX triplet: 25, 3A and CD. RGB value is (37,58,205). Sum of RGB (Red+Green+Blue) = 37+58+205=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #253ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ACD is #DAC532. Grayscale: #434343. Windows color (decimal): -14337331 or 13449765. OLE color: 13449765.
HSL color Cylindrical-coordinate representation of color #253ACD: hue angle of 232.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253ACD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 58 | 205 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.20 |
| HSL | 232.5º | 0.69% | 0.47% | - |
| HSV(B) | 232.5º | 0.82% | 0.8% | - |
| XYZ | 13.3 | 7.83 | 58.57 | - |
| YUV | 68.48 | 205.04 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 205 | 0.82 | 0.72 | 0 | 0.20 | 232.5 | 0.69 | 0.47 |
| Hex | 25 | 3A | CD | 52 | 48 | 0 | 14 | E8 | 45 | 2F |
| Octal | 45 | 72 | 315 | 122 | 110 | 0 | 24 | 350 | 105 | 57 |
| Binary | 100101 | 111010 | 11001101 | 1010010 | 1001000 | 0 | 10100 | 11101000 | 1000101 | 101111 |
Color Harmonies of #253ACD
Complementary color
Monochromatic Colors of #253ACD
Black with #253ACD
Text Example
Text Example
White with #253ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ACD; }
p { color: rgb(37,58,205); }
H1.HeaderClassName
{
color: #253ACD;
}
.AnyTagClassName
{
color: #253ACD;
}
</style>
background-color css
<style>
a { background-color: #253ACD; }
a { background-color: rgb(37,58,205); }
div.DivClassName
{
background-color: #253ACD;
}
.BgClassName
{
background-color: #253ACD;
}
</style>
border-color css
<style>
span { border-color: #253ACD; }
span { border-color: rgb(37,58,205); }
td.TdClassName
{
border-color: #253ACD;
}
.TagClassName
{
border-color: #253ACD;
}
</style>