Shades of Persian Blue #2824CC
Tints of Persian Blue #2824CC
RGB
CMYK
RGB Variations
Color information
#2824CC (or 0x2824CC) is known color: Persian Blue. HEX triplet: 28, 24 and CC. RGB value is (40,36,204). Sum of RGB (Red+Green+Blue) = 40+36+204=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #2824CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824CC is #D7DB33. Grayscale: #373737. Windows color (decimal): -14146356 or 13378600. OLE color: 13378600.
HSL color Cylindrical-coordinate representation of color #2824CC: hue angle of 241.43º degrees, saturation: 0.7, 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 #2824CC is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 36 | 204 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.2 |
| HSL | 241.43º | 0.7% | 0.47% | - |
| HSV(B) | 241.43º | 0.82% | 0.8% | - |
| XYZ | 12.41 | 6.07 | 57.65 | - |
| YUV | 56.35 | 211.33 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 204 | 0.80 | 0.82 | 0 | 0.2 | 241.43 | 0.7 | 0.47 |
| Hex | 28 | 24 | CC | 50 | 52 | 0 | 14 | F1 | 46 | 2F |
| Octal | 50 | 44 | 314 | 120 | 122 | 0 | 24 | 361 | 106 | 57 |
| Binary | 101000 | 100100 | 11001100 | 1010000 | 1010010 | 0 | 10100 | 11110001 | 1000110 | 101111 |
Color Harmonies of #2824CC
Complementary color
Monochromatic Colors of #2824CC
Black with #2824CC
Text Example
Text Example
White with #2824CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824CC; }
p { color: rgb(40,36,204); }
H1.HeaderClassName
{
color: #2824CC;
}
.AnyTagClassName
{
color: #2824CC;
}
</style>
background-color css
<style>
a { background-color: #2824CC; }
a { background-color: rgb(40,36,204); }
div.DivClassName
{
background-color: #2824CC;
}
.BgClassName
{
background-color: #2824CC;
}
</style>
border-color css
<style>
span { border-color: #2824CC; }
span { border-color: rgb(40,36,204); }
td.TdClassName
{
border-color: #2824CC;
}
.TagClassName
{
border-color: #2824CC;
}
</style>