Shades of Persian Blue #2542C0
Tints of Persian Blue #2542C0
RGB
CMYK
RGB Variations
Color information
#2542C0 (or 0x2542C0) is known color: Persian Blue. HEX triplet: 25, 42 and C0. RGB value is (37,66,192). Sum of RGB (Red+Green+Blue) = 37+66+192=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 192 (75.39% from 255 or 65.08% from 295); Max value from RGB is 192 - color contains mainly: blue. Hex color #2542C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542C0 is #DABD3F. Grayscale: #474747. Windows color (decimal): -14335296 or 12599845. OLE color: 12599845.
HSL color Cylindrical-coordinate representation of color #2542C0: hue angle of 228.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2542C0 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 66 | 192 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.25 |
| HSL | 228.77º | 0.68% | 0.45% | - |
| HSV(B) | 228.77º | 0.81% | 0.75% | - |
| XYZ | 12.23 | 8.1 | 50.79 | - |
| YUV | 71.69 | 195.89 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 192 | 0.81 | 0.66 | 0 | 0.25 | 228.77 | 0.68 | 0.45 |
| Hex | 25 | 42 | C0 | 51 | 42 | 0 | 19 | E5 | 44 | 2D |
| Octal | 45 | 102 | 300 | 121 | 102 | 0 | 31 | 345 | 104 | 55 |
| Binary | 100101 | 1000010 | 11000000 | 1010001 | 1000010 | 0 | 11001 | 11100101 | 1000100 | 101101 |
Color Harmonies of #2542C0
Complementary color
Monochromatic Colors of #2542C0
Black with #2542C0
Text Example
Text Example
White with #2542C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542C0; }
p { color: rgb(37,66,192); }
H1.HeaderClassName
{
color: #2542C0;
}
.AnyTagClassName
{
color: #2542C0;
}
</style>
background-color css
<style>
a { background-color: #2542C0; }
a { background-color: rgb(37,66,192); }
div.DivClassName
{
background-color: #2542C0;
}
.BgClassName
{
background-color: #2542C0;
}
</style>
border-color css
<style>
span { border-color: #2542C0; }
span { border-color: rgb(37,66,192); }
td.TdClassName
{
border-color: #2542C0;
}
.TagClassName
{
border-color: #2542C0;
}
</style>