Shades of Persian Blue #2542DE
Tints of Persian Blue #2542DE
RGB
CMYK
RGB Variations
Color information
#2542DE (or 0x2542DE) is known color: Persian Blue. HEX triplet: 25, 42 and DE. RGB value is (37,66,222). Sum of RGB (Red+Green+Blue) = 37+66+222=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #2542DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542DE is #DABD21. Grayscale: #4A4A4A. Windows color (decimal): -14335266 or 14565925. OLE color: 14565925.
HSL color Cylindrical-coordinate representation of color #2542DE: hue angle of 230.59º degrees, saturation: 0.74, 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 #2542DE is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 66 | 222 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.13 |
| HSL | 230.59º | 0.74% | 0.51% | - |
| HSV(B) | 230.59º | 0.83% | 0.87% | - |
| XYZ | 15.9 | 9.56 | 70.12 | - |
| YUV | 75.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 222 | 0.83 | 0.70 | 0 | 0.13 | 230.59 | 0.74 | 0.51 |
| Hex | 25 | 42 | DE | 53 | 46 | 0 | D | E7 | 4A | 33 |
| Octal | 45 | 102 | 336 | 123 | 106 | 0 | 15 | 347 | 112 | 63 |
| Binary | 100101 | 1000010 | 11011110 | 1010011 | 1000110 | 0 | 1101 | 11100111 | 1001010 | 110011 |
Color Harmonies of #2542DE
Complementary color
Monochromatic Colors of #2542DE
Black with #2542DE
Text Example
Text Example
White with #2542DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542DE; }
p { color: rgb(37,66,222); }
H1.HeaderClassName
{
color: #2542DE;
}
.AnyTagClassName
{
color: #2542DE;
}
</style>
background-color css
<style>
a { background-color: #2542DE; }
a { background-color: rgb(37,66,222); }
div.DivClassName
{
background-color: #2542DE;
}
.BgClassName
{
background-color: #2542DE;
}
</style>
border-color css
<style>
span { border-color: #2542DE; }
span { border-color: rgb(37,66,222); }
td.TdClassName
{
border-color: #2542DE;
}
.TagClassName
{
border-color: #2542DE;
}
</style>