Shades of Persian Blue #2542D7
Tints of Persian Blue #2542D7
RGB
CMYK
RGB Variations
Color information
#2542D7 (or 0x2542D7) is known color: Persian Blue. HEX triplet: 25, 42 and D7. RGB value is (37,66,215). Sum of RGB (Red+Green+Blue) = 37+66+215=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 215 (84.38% from 255 or 67.61% from 318); Max value from RGB is 215 - color contains mainly: blue. Hex color #2542D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542D7 is #DABD28. Grayscale: #494949. Windows color (decimal): -14335273 or 14107173. OLE color: 14107173.
HSL color Cylindrical-coordinate representation of color #2542D7: hue angle of 230.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2542D7 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 66 | 215 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.16 |
| HSL | 230.22º | 0.71% | 0.49% | - |
| HSV(B) | 230.22º | 0.83% | 0.84% | - |
| XYZ | 14.98 | 9.2 | 65.28 | - |
| YUV | 74.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 215 | 0.83 | 0.69 | 0 | 0.16 | 230.22 | 0.71 | 0.49 |
| Hex | 25 | 42 | D7 | 53 | 45 | 0 | 10 | E6 | 47 | 31 |
| Octal | 45 | 102 | 327 | 123 | 105 | 0 | 20 | 346 | 107 | 61 |
| Binary | 100101 | 1000010 | 11010111 | 1010011 | 1000101 | 0 | 10000 | 11100110 | 1000111 | 110001 |
Color Harmonies of #2542D7
Complementary color
Monochromatic Colors of #2542D7
Black with #2542D7
Text Example
Text Example
White with #2542D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542D7; }
p { color: rgb(37,66,215); }
H1.HeaderClassName
{
color: #2542D7;
}
.AnyTagClassName
{
color: #2542D7;
}
</style>
background-color css
<style>
a { background-color: #2542D7; }
a { background-color: rgb(37,66,215); }
div.DivClassName
{
background-color: #2542D7;
}
.BgClassName
{
background-color: #2542D7;
}
</style>
border-color css
<style>
span { border-color: #2542D7; }
span { border-color: rgb(37,66,215); }
td.TdClassName
{
border-color: #2542D7;
}
.TagClassName
{
border-color: #2542D7;
}
</style>