Shades of Persian Blue #253DCD
Tints of Persian Blue #253DCD
RGB
CMYK
RGB Variations
Color information
#253DCD (or 0x253DCD) is known color: Persian Blue. HEX triplet: 25, 3D and CD. RGB value is (37,61,205). Sum of RGB (Red+Green+Blue) = 37+61+205=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #253DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DCD is #DAC232. Grayscale: #454545. Windows color (decimal): -14336563 or 13450533. OLE color: 13450533.
HSL color Cylindrical-coordinate representation of color #253DCD: hue angle of 231.43º 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 #253DCD is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 61 | 205 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.20 |
| HSL | 231.43º | 0.69% | 0.47% | - |
| HSV(B) | 231.43º | 0.82% | 0.8% | - |
| XYZ | 13.45 | 8.14 | 58.62 | - |
| YUV | 70.24 | 204.05 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 205 | 0.82 | 0.70 | 0 | 0.20 | 231.43 | 0.69 | 0.47 |
| Hex | 25 | 3D | CD | 52 | 46 | 0 | 14 | E7 | 45 | 2F |
| Octal | 45 | 75 | 315 | 122 | 106 | 0 | 24 | 347 | 105 | 57 |
| Binary | 100101 | 111101 | 11001101 | 1010010 | 1000110 | 0 | 10100 | 11100111 | 1000101 | 101111 |
Color Harmonies of #253DCD
Complementary color
Monochromatic Colors of #253DCD
Black with #253DCD
Text Example
Text Example
White with #253DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DCD; }
p { color: rgb(37,61,205); }
H1.HeaderClassName
{
color: #253DCD;
}
.AnyTagClassName
{
color: #253DCD;
}
</style>
background-color css
<style>
a { background-color: #253DCD; }
a { background-color: rgb(37,61,205); }
div.DivClassName
{
background-color: #253DCD;
}
.BgClassName
{
background-color: #253DCD;
}
</style>
border-color css
<style>
span { border-color: #253DCD; }
span { border-color: rgb(37,61,205); }
td.TdClassName
{
border-color: #253DCD;
}
.TagClassName
{
border-color: #253DCD;
}
</style>