Shades of Persian Blue #2429B9
Tints of Persian Blue #2429B9
RGB
CMYK
RGB Variations
Color information
#2429B9 (or 0x2429B9) is known color: Persian Blue. HEX triplet: 24, 29 and B9. RGB value is (36,41,185). Sum of RGB (Red+Green+Blue) = 36+41+185=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #2429B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429B9 is #DBD646. Grayscale: #373737. Windows color (decimal): -14407239 or 12134692. OLE color: 12134692.
HSL color Cylindrical-coordinate representation of color #2429B9: hue angle of 237.99º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2429B9 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 41 | 185 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.27 |
| HSL | 237.99º | 0.67% | 0.43% | - |
| HSV(B) | 237.99º | 0.81% | 0.73% | - |
| XYZ | 10.28 | 5.46 | 46.41 | - |
| YUV | 55.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 185 | 0.81 | 0.78 | 0 | 0.27 | 237.99 | 0.67 | 0.43 |
| Hex | 24 | 29 | B9 | 51 | 4E | 0 | 1B | EE | 43 | 2B |
| Octal | 44 | 51 | 271 | 121 | 116 | 0 | 33 | 356 | 103 | 53 |
| Binary | 100100 | 101001 | 10111001 | 1010001 | 1001110 | 0 | 11011 | 11101110 | 1000011 | 101011 |
Color Harmonies of #2429B9
Complementary color
Monochromatic Colors of #2429B9
Black with #2429B9
Text Example
Text Example
White with #2429B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429B9; }
p { color: rgb(36,41,185); }
H1.HeaderClassName
{
color: #2429B9;
}
.AnyTagClassName
{
color: #2429B9;
}
</style>
background-color css
<style>
a { background-color: #2429B9; }
a { background-color: rgb(36,41,185); }
div.DivClassName
{
background-color: #2429B9;
}
.BgClassName
{
background-color: #2429B9;
}
</style>
border-color css
<style>
span { border-color: #2429B9; }
span { border-color: rgb(36,41,185); }
td.TdClassName
{
border-color: #2429B9;
}
.TagClassName
{
border-color: #2429B9;
}
</style>