Shades of Persian Blue #2542D8
Tints of Persian Blue #2542D8
RGB
CMYK
RGB Variations
Color information
#2542D8 (or 0x2542D8) is known color: Persian Blue. HEX triplet: 25, 42 and D8. RGB value is (37,66,216). Sum of RGB (Red+Green+Blue) = 37+66+216=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #2542D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542D8 is #DABD27. Grayscale: #494949. Windows color (decimal): -14335272 or 14172709. OLE color: 14172709.
HSL color Cylindrical-coordinate representation of color #2542D8: hue angle of 230.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2542D8 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 66 | 216 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.15 |
| HSL | 230.28º | 0.71% | 0.5% | - |
| HSV(B) | 230.28º | 0.83% | 0.85% | - |
| XYZ | 15.11 | 9.25 | 65.95 | - |
| YUV | 74.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 216 | 0.83 | 0.69 | 0 | 0.15 | 230.28 | 0.71 | 0.5 |
| Hex | 25 | 42 | D8 | 53 | 45 | 0 | F | E6 | 47 | 32 |
| Octal | 45 | 102 | 330 | 123 | 105 | 0 | 17 | 346 | 107 | 62 |
| Binary | 100101 | 1000010 | 11011000 | 1010011 | 1000101 | 0 | 1111 | 11100110 | 1000111 | 110010 |
Color Harmonies of #2542D8
Complementary color
Monochromatic Colors of #2542D8
Black with #2542D8
Text Example
Text Example
White with #2542D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542D8; }
p { color: rgb(37,66,216); }
H1.HeaderClassName
{
color: #2542D8;
}
.AnyTagClassName
{
color: #2542D8;
}
</style>
background-color css
<style>
a { background-color: #2542D8; }
a { background-color: rgb(37,66,216); }
div.DivClassName
{
background-color: #2542D8;
}
.BgClassName
{
background-color: #2542D8;
}
</style>
border-color css
<style>
span { border-color: #2542D8; }
span { border-color: rgb(37,66,216); }
td.TdClassName
{
border-color: #2542D8;
}
.TagClassName
{
border-color: #2542D8;
}
</style>