Shades of Persian Blue #2542CB
Tints of Persian Blue #2542CB
RGB
CMYK
RGB Variations
Color information
#2542CB (or 0x2542CB) is known color: Persian Blue. HEX triplet: 25, 42 and CB. RGB value is (37,66,203). Sum of RGB (Red+Green+Blue) = 37+66+203=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2542CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542CB is #DABD34. Grayscale: #484848. Windows color (decimal): -14335285 or 13320741. OLE color: 13320741.
HSL color Cylindrical-coordinate representation of color #2542CB: hue angle of 229.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2542CB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 66 | 203 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.20 |
| HSL | 229.52º | 0.69% | 0.47% | - |
| HSV(B) | 229.52º | 0.82% | 0.8% | - |
| XYZ | 13.49 | 8.6 | 57.45 | - |
| YUV | 72.95 | 201.39 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 203 | 0.82 | 0.67 | 0 | 0.20 | 229.52 | 0.69 | 0.47 |
| Hex | 25 | 42 | CB | 52 | 43 | 0 | 14 | E6 | 45 | 2F |
| Octal | 45 | 102 | 313 | 122 | 103 | 0 | 24 | 346 | 105 | 57 |
| Binary | 100101 | 1000010 | 11001011 | 1010010 | 1000011 | 0 | 10100 | 11100110 | 1000101 | 101111 |
Color Harmonies of #2542CB
Complementary color
Monochromatic Colors of #2542CB
Black with #2542CB
Text Example
Text Example
White with #2542CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542CB; }
p { color: rgb(37,66,203); }
H1.HeaderClassName
{
color: #2542CB;
}
.AnyTagClassName
{
color: #2542CB;
}
</style>
background-color css
<style>
a { background-color: #2542CB; }
a { background-color: rgb(37,66,203); }
div.DivClassName
{
background-color: #2542CB;
}
.BgClassName
{
background-color: #2542CB;
}
</style>
border-color css
<style>
span { border-color: #2542CB; }
span { border-color: rgb(37,66,203); }
td.TdClassName
{
border-color: #2542CB;
}
.TagClassName
{
border-color: #2542CB;
}
</style>