Shades of Persian Blue #253CDD
Tints of Persian Blue #253CDD
RGB
CMYK
RGB Variations
Color information
#253CDD (or 0x253CDD) is known color: Persian Blue. HEX triplet: 25, 3C and DD. RGB value is (37,60,221). Sum of RGB (Red+Green+Blue) = 37+60+221=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #253CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CDD is #DAC322. Grayscale: #464646. Windows color (decimal): -14336803 or 14498853. OLE color: 14498853.
HSL color Cylindrical-coordinate representation of color #253CDD: hue angle of 232.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253CDD is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 60 | 221 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.13 |
| HSL | 232.5º | 0.73% | 0.51% | - |
| HSV(B) | 232.5º | 0.83% | 0.87% | - |
| XYZ | 15.43 | 8.85 | 69.3 | - |
| YUV | 71.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 221 | 0.83 | 0.73 | 0 | 0.13 | 232.5 | 0.73 | 0.51 |
| Hex | 25 | 3C | DD | 53 | 49 | 0 | D | E8 | 49 | 33 |
| Octal | 45 | 74 | 335 | 123 | 111 | 0 | 15 | 350 | 111 | 63 |
| Binary | 100101 | 111100 | 11011101 | 1010011 | 1001001 | 0 | 1101 | 11101000 | 1001001 | 110011 |
Color Harmonies of #253CDD
Complementary color
Monochromatic Colors of #253CDD
Black with #253CDD
Text Example
Text Example
White with #253CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CDD; }
p { color: rgb(37,60,221); }
H1.HeaderClassName
{
color: #253CDD;
}
.AnyTagClassName
{
color: #253CDD;
}
</style>
background-color css
<style>
a { background-color: #253CDD; }
a { background-color: rgb(37,60,221); }
div.DivClassName
{
background-color: #253CDD;
}
.BgClassName
{
background-color: #253CDD;
}
</style>
border-color css
<style>
span { border-color: #253CDD; }
span { border-color: rgb(37,60,221); }
td.TdClassName
{
border-color: #253CDD;
}
.TagClassName
{
border-color: #253CDD;
}
</style>