Shades of Persian Blue #2924B3
Tints of Persian Blue #2924B3
RGB
CMYK
RGB Variations
Color information
#2924B3 (or 0x2924B3) is known color: Persian Blue. HEX triplet: 29, 24 and B3. RGB value is (41,36,179). Sum of RGB (Red+Green+Blue) = 41+36+179=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #2924B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2924B3 is #D6DB4C. Grayscale: #353535. Windows color (decimal): -14080845 or 11740201. OLE color: 11740201.
HSL color Cylindrical-coordinate representation of color #2924B3: hue angle of 242.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2924B3 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 36 | 179 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.30 |
| HSL | 242.1º | 0.67% | 0.42% | - |
| HSV(B) | 242.1º | 0.8% | 0.7% | - |
| XYZ | 9.68 | 4.99 | 43.1 | - |
| YUV | 53.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 179 | 0.77 | 0.80 | 0 | 0.30 | 242.1 | 0.67 | 0.42 |
| Hex | 29 | 24 | B3 | 4D | 50 | 0 | 1E | F2 | 43 | 2A |
| Octal | 51 | 44 | 263 | 115 | 120 | 0 | 36 | 362 | 103 | 52 |
| Binary | 101001 | 100100 | 10110011 | 1001101 | 1010000 | 0 | 11110 | 11110010 | 1000011 | 101010 |
Color Harmonies of #2924B3
Complementary color
Monochromatic Colors of #2924B3
Black with #2924B3
Text Example
Text Example
White with #2924B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2924B3; }
p { color: rgb(41,36,179); }
H1.HeaderClassName
{
color: #2924B3;
}
.AnyTagClassName
{
color: #2924B3;
}
</style>
background-color css
<style>
a { background-color: #2924B3; }
a { background-color: rgb(41,36,179); }
div.DivClassName
{
background-color: #2924B3;
}
.BgClassName
{
background-color: #2924B3;
}
</style>
border-color css
<style>
span { border-color: #2924B3; }
span { border-color: rgb(41,36,179); }
td.TdClassName
{
border-color: #2924B3;
}
.TagClassName
{
border-color: #2924B3;
}
</style>