Shades of Persian Blue #2124CB
Tints of Persian Blue #2124CB
RGB
CMYK
RGB Variations
Color information
#2124CB (or 0x2124CB) is known color: Persian Blue. HEX triplet: 21, 24 and CB. RGB value is (33,36,203). Sum of RGB (Red+Green+Blue) = 33+36+203=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #2124CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124CB is #DEDB34. Grayscale: #353535. Windows color (decimal): -14605109 or 13313057. OLE color: 13313057.
HSL color Cylindrical-coordinate representation of color #2124CB: hue angle of 238.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2124CB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 36 | 203 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.20 |
| HSL | 238.94º | 0.72% | 0.46% | - |
| HSV(B) | 238.94º | 0.84% | 0.8% | - |
| XYZ | 12.04 | 5.9 | 57 | - |
| YUV | 54.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 203 | 0.84 | 0.82 | 0 | 0.20 | 238.94 | 0.72 | 0.46 |
| Hex | 21 | 24 | CB | 54 | 52 | 0 | 14 | EF | 48 | 2E |
| Octal | 41 | 44 | 313 | 124 | 122 | 0 | 24 | 357 | 110 | 56 |
| Binary | 100001 | 100100 | 11001011 | 1010100 | 1010010 | 0 | 10100 | 11101111 | 1001000 | 101110 |
Color Harmonies of #2124CB
Complementary color
Monochromatic Colors of #2124CB
Black with #2124CB
Text Example
Text Example
White with #2124CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124CB; }
p { color: rgb(33,36,203); }
H1.HeaderClassName
{
color: #2124CB;
}
.AnyTagClassName
{
color: #2124CB;
}
</style>
background-color css
<style>
a { background-color: #2124CB; }
a { background-color: rgb(33,36,203); }
div.DivClassName
{
background-color: #2124CB;
}
.BgClassName
{
background-color: #2124CB;
}
</style>
border-color css
<style>
span { border-color: #2124CB; }
span { border-color: rgb(33,36,203); }
td.TdClassName
{
border-color: #2124CB;
}
.TagClassName
{
border-color: #2124CB;
}
</style>