Shades of Persian Blue #2924BE
Tints of Persian Blue #2924BE
RGB
CMYK
RGB Variations
Color information
#2924BE (or 0x2924BE) is known color: Persian Blue. HEX triplet: 29, 24 and BE. RGB value is (41,36,190). Sum of RGB (Red+Green+Blue) = 41+36+190=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #2924BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2924BE is #D6DB41. Grayscale: #363636. Windows color (decimal): -14080834 or 12461097. OLE color: 12461097.
HSL color Cylindrical-coordinate representation of color #2924BE: hue angle of 241.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2924BE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 36 | 190 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.25 |
| HSL | 241.95º | 0.68% | 0.44% | - |
| HSV(B) | 241.95º | 0.81% | 0.75% | - |
| XYZ | 10.84 | 5.45 | 49.2 | - |
| YUV | 55.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 190 | 0.78 | 0.81 | 0 | 0.25 | 241.95 | 0.68 | 0.44 |
| Hex | 29 | 24 | BE | 4E | 51 | 0 | 19 | F2 | 44 | 2C |
| Octal | 51 | 44 | 276 | 116 | 121 | 0 | 31 | 362 | 104 | 54 |
| Binary | 101001 | 100100 | 10111110 | 1001110 | 1010001 | 0 | 11001 | 11110010 | 1000100 | 101100 |
Color Harmonies of #2924BE
Complementary color
Monochromatic Colors of #2924BE
Black with #2924BE
Text Example
Text Example
White with #2924BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2924BE; }
p { color: rgb(41,36,190); }
H1.HeaderClassName
{
color: #2924BE;
}
.AnyTagClassName
{
color: #2924BE;
}
</style>
background-color css
<style>
a { background-color: #2924BE; }
a { background-color: rgb(41,36,190); }
div.DivClassName
{
background-color: #2924BE;
}
.BgClassName
{
background-color: #2924BE;
}
</style>
border-color css
<style>
span { border-color: #2924BE; }
span { border-color: rgb(41,36,190); }
td.TdClassName
{
border-color: #2924BE;
}
.TagClassName
{
border-color: #2924BE;
}
</style>