Shades of Persian Blue #2429CB
Tints of Persian Blue #2429CB
RGB
CMYK
RGB Variations
Color information
#2429CB (or 0x2429CB) is known color: Persian Blue. HEX triplet: 24, 29 and CB. RGB value is (36,41,203). Sum of RGB (Red+Green+Blue) = 36+41+203=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #2429CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429CB is #DBD634. Grayscale: #393939. Windows color (decimal): -14407221 or 13314340. OLE color: 13314340.
HSL color Cylindrical-coordinate representation of color #2429CB: hue angle of 238.2º 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 #2429CB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 41 | 203 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.20 |
| HSL | 238.2º | 0.7% | 0.47% | - |
| HSV(B) | 238.2º | 0.82% | 0.8% | - |
| XYZ | 12.3 | 6.27 | 57.06 | - |
| YUV | 57.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 203 | 0.82 | 0.80 | 0 | 0.20 | 238.2 | 0.7 | 0.47 |
| Hex | 24 | 29 | CB | 52 | 50 | 0 | 14 | EE | 46 | 2F |
| Octal | 44 | 51 | 313 | 122 | 120 | 0 | 24 | 356 | 106 | 57 |
| Binary | 100100 | 101001 | 11001011 | 1010010 | 1010000 | 0 | 10100 | 11101110 | 1000110 | 101111 |
Color Harmonies of #2429CB
Complementary color
Monochromatic Colors of #2429CB
Black with #2429CB
Text Example
Text Example
White with #2429CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429CB; }
p { color: rgb(36,41,203); }
H1.HeaderClassName
{
color: #2429CB;
}
.AnyTagClassName
{
color: #2429CB;
}
</style>
background-color css
<style>
a { background-color: #2429CB; }
a { background-color: rgb(36,41,203); }
div.DivClassName
{
background-color: #2429CB;
}
.BgClassName
{
background-color: #2429CB;
}
</style>
border-color css
<style>
span { border-color: #2429CB; }
span { border-color: rgb(36,41,203); }
td.TdClassName
{
border-color: #2429CB;
}
.TagClassName
{
border-color: #2429CB;
}
</style>