Shades of Persian Blue #2542DD
Tints of Persian Blue #2542DD
RGB
CMYK
RGB Variations
Color information
#2542DD (or 0x2542DD) is known color: Persian Blue. HEX triplet: 25, 42 and DD. RGB value is (37,66,221). Sum of RGB (Red+Green+Blue) = 37+66+221=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2542DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542DD is #DABD22. Grayscale: #4A4A4A. Windows color (decimal): -14335267 or 14500389. OLE color: 14500389.
HSL color Cylindrical-coordinate representation of color #2542DD: hue angle of 230.54º 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 #2542DD is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 66 | 221 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.13 |
| HSL | 230.54º | 0.73% | 0.51% | - |
| HSV(B) | 230.54º | 0.83% | 0.87% | - |
| XYZ | 15.76 | 9.51 | 69.41 | - |
| YUV | 75 | 210.39 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 221 | 0.83 | 0.70 | 0 | 0.13 | 230.54 | 0.73 | 0.51 |
| Hex | 25 | 42 | DD | 53 | 46 | 0 | D | E7 | 49 | 33 |
| Octal | 45 | 102 | 335 | 123 | 106 | 0 | 15 | 347 | 111 | 63 |
| Binary | 100101 | 1000010 | 11011101 | 1010011 | 1000110 | 0 | 1101 | 11100111 | 1001001 | 110011 |
Color Harmonies of #2542DD
Complementary color
Monochromatic Colors of #2542DD
Black with #2542DD
Text Example
Text Example
White with #2542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542DD; }
p { color: rgb(37,66,221); }
H1.HeaderClassName
{
color: #2542DD;
}
.AnyTagClassName
{
color: #2542DD;
}
</style>
background-color css
<style>
a { background-color: #2542DD; }
a { background-color: rgb(37,66,221); }
div.DivClassName
{
background-color: #2542DD;
}
.BgClassName
{
background-color: #2542DD;
}
</style>
border-color css
<style>
span { border-color: #2542DD; }
span { border-color: rgb(37,66,221); }
td.TdClassName
{
border-color: #2542DD;
}
.TagClassName
{
border-color: #2542DD;
}
</style>