Shades of Persian Blue #253ECD
Tints of Persian Blue #253ECD
RGB
CMYK
RGB Variations
Color information
#253ECD (or 0x253ECD) is known color: Persian Blue. HEX triplet: 25, 3E and CD. RGB value is (37,62,205). Sum of RGB (Red+Green+Blue) = 37+62+205=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #253ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ECD is #DAC132. Grayscale: #464646. Windows color (decimal): -14336307 or 13450789. OLE color: 13450789.
HSL color Cylindrical-coordinate representation of color #253ECD: hue angle of 231.07º 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 #253ECD is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 62 | 205 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.20 |
| HSL | 231.07º | 0.69% | 0.47% | - |
| HSV(B) | 231.07º | 0.82% | 0.8% | - |
| XYZ | 13.51 | 8.25 | 58.64 | - |
| YUV | 70.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 205 | 0.82 | 0.70 | 0 | 0.20 | 231.07 | 0.69 | 0.47 |
| Hex | 25 | 3E | CD | 52 | 46 | 0 | 14 | E7 | 45 | 2F |
| Octal | 45 | 76 | 315 | 122 | 106 | 0 | 24 | 347 | 105 | 57 |
| Binary | 100101 | 111110 | 11001101 | 1010010 | 1000110 | 0 | 10100 | 11100111 | 1000101 | 101111 |
Color Harmonies of #253ECD
Complementary color
Monochromatic Colors of #253ECD
Black with #253ECD
Text Example
Text Example
White with #253ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ECD; }
p { color: rgb(37,62,205); }
H1.HeaderClassName
{
color: #253ECD;
}
.AnyTagClassName
{
color: #253ECD;
}
</style>
background-color css
<style>
a { background-color: #253ECD; }
a { background-color: rgb(37,62,205); }
div.DivClassName
{
background-color: #253ECD;
}
.BgClassName
{
background-color: #253ECD;
}
</style>
border-color css
<style>
span { border-color: #253ECD; }
span { border-color: rgb(37,62,205); }
td.TdClassName
{
border-color: #253ECD;
}
.TagClassName
{
border-color: #253ECD;
}
</style>