Shades of Persian Blue #2824E3
Tints of Persian Blue #2824E3
RGB
CMYK
RGB Variations
Color information
#2824E3 (or 0x2824E3) is known color: Persian Blue. HEX triplet: 28, 24 and E3. RGB value is (40,36,227). Sum of RGB (Red+Green+Blue) = 40+36+227=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #2824E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824E3 is #D7DB1C. Grayscale: #3A3A3A. Windows color (decimal): -14146333 or 14885928. OLE color: 14885928.
HSL color Cylindrical-coordinate representation of color #2824E3: hue angle of 241.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2824E3 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 36 | 227 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.11 |
| HSL | 241.26º | 0.77% | 0.52% | - |
| HSV(B) | 241.26º | 0.84% | 0.89% | - |
| XYZ | 15.37 | 7.26 | 73.26 | - |
| YUV | 58.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 227 | 0.82 | 0.84 | 0 | 0.11 | 241.26 | 0.77 | 0.52 |
| Hex | 28 | 24 | E3 | 52 | 54 | 0 | B | F1 | 4D | 34 |
| Octal | 50 | 44 | 343 | 122 | 124 | 0 | 13 | 361 | 115 | 64 |
| Binary | 101000 | 100100 | 11100011 | 1010010 | 1010100 | 0 | 1011 | 11110001 | 1001101 | 110100 |
Color Harmonies of #2824E3
Complementary color
Monochromatic Colors of #2824E3
Black with #2824E3
Text Example
Text Example
White with #2824E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824E3; }
p { color: rgb(40,36,227); }
H1.HeaderClassName
{
color: #2824E3;
}
.AnyTagClassName
{
color: #2824E3;
}
</style>
background-color css
<style>
a { background-color: #2824E3; }
a { background-color: rgb(40,36,227); }
div.DivClassName
{
background-color: #2824E3;
}
.BgClassName
{
background-color: #2824E3;
}
</style>
border-color css
<style>
span { border-color: #2824E3; }
span { border-color: rgb(40,36,227); }
td.TdClassName
{
border-color: #2824E3;
}
.TagClassName
{
border-color: #2824E3;
}
</style>