Shades of Persian Blue #2924C0
Tints of Persian Blue #2924C0
RGB
CMYK
RGB Variations
Color information
#2924C0 (or 0x2924C0) is known color: Persian Blue. HEX triplet: 29, 24 and C0. RGB value is (41,36,192). Sum of RGB (Red+Green+Blue) = 41+36+192=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #2924C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2924C0 is #D6DB3F. Grayscale: #363636. Windows color (decimal): -14080832 or 12592169. OLE color: 12592169.
HSL color Cylindrical-coordinate representation of color #2924C0: hue angle of 241.92º 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 #2924C0 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 36 | 192 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.25 |
| HSL | 241.92º | 0.68% | 0.45% | - |
| HSV(B) | 241.92º | 0.81% | 0.75% | - |
| XYZ | 11.06 | 5.54 | 50.36 | - |
| YUV | 55.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 192 | 0.79 | 0.81 | 0 | 0.25 | 241.92 | 0.68 | 0.45 |
| Hex | 29 | 24 | C0 | 4F | 51 | 0 | 19 | F2 | 44 | 2D |
| Octal | 51 | 44 | 300 | 117 | 121 | 0 | 31 | 362 | 104 | 55 |
| Binary | 101001 | 100100 | 11000000 | 1001111 | 1010001 | 0 | 11001 | 11110010 | 1000100 | 101101 |
Color Harmonies of #2924C0
Complementary color
Monochromatic Colors of #2924C0
Black with #2924C0
Text Example
Text Example
White with #2924C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2924C0; }
p { color: rgb(41,36,192); }
H1.HeaderClassName
{
color: #2924C0;
}
.AnyTagClassName
{
color: #2924C0;
}
</style>
background-color css
<style>
a { background-color: #2924C0; }
a { background-color: rgb(41,36,192); }
div.DivClassName
{
background-color: #2924C0;
}
.BgClassName
{
background-color: #2924C0;
}
</style>
border-color css
<style>
span { border-color: #2924C0; }
span { border-color: rgb(41,36,192); }
td.TdClassName
{
border-color: #2924C0;
}
.TagClassName
{
border-color: #2924C0;
}
</style>