Shades of Persian Blue #252DCD
Tints of Persian Blue #252DCD
RGB
CMYK
RGB Variations
Color information
#252DCD (or 0x252DCD) is known color: Persian Blue. HEX triplet: 25, 2D and CD. RGB value is (37,45,205). Sum of RGB (Red+Green+Blue) = 37+45+205=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #252DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DCD is #DAD232. Grayscale: #3C3C3C. Windows color (decimal): -14340659 or 13446437. OLE color: 13446437.
HSL color Cylindrical-coordinate representation of color #252DCD: hue angle of 237.14º 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 #252DCD is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 45 | 205 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.20 |
| HSL | 237.14º | 0.69% | 0.47% | - |
| HSV(B) | 237.14º | 0.82% | 0.8% | - |
| XYZ | 12.72 | 6.68 | 58.38 | - |
| YUV | 60.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 205 | 0.82 | 0.78 | 0 | 0.20 | 237.14 | 0.69 | 0.47 |
| Hex | 25 | 2D | CD | 52 | 4E | 0 | 14 | ED | 45 | 2F |
| Octal | 45 | 55 | 315 | 122 | 116 | 0 | 24 | 355 | 105 | 57 |
| Binary | 100101 | 101101 | 11001101 | 1010010 | 1001110 | 0 | 10100 | 11101101 | 1000101 | 101111 |
Color Harmonies of #252DCD
Complementary color
Monochromatic Colors of #252DCD
Black with #252DCD
Text Example
Text Example
White with #252DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DCD; }
p { color: rgb(37,45,205); }
H1.HeaderClassName
{
color: #252DCD;
}
.AnyTagClassName
{
color: #252DCD;
}
</style>
background-color css
<style>
a { background-color: #252DCD; }
a { background-color: rgb(37,45,205); }
div.DivClassName
{
background-color: #252DCD;
}
.BgClassName
{
background-color: #252DCD;
}
</style>
border-color css
<style>
span { border-color: #252DCD; }
span { border-color: rgb(37,45,205); }
td.TdClassName
{
border-color: #252DCD;
}
.TagClassName
{
border-color: #252DCD;
}
</style>