Shades of Persian Blue #2129CB
Tints of Persian Blue #2129CB
RGB
CMYK
RGB Variations
Color information
#2129CB (or 0x2129CB) is known color: Persian Blue. HEX triplet: 21, 29 and CB. RGB value is (33,41,203). Sum of RGB (Red+Green+Blue) = 33+41+203=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #2129CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129CB is #DED634. Grayscale: #383838. Windows color (decimal): -14603829 or 13314337. OLE color: 13314337.
HSL color Cylindrical-coordinate representation of color #2129CB: hue angle of 237.18º 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 #2129CB is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 41 | 203 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.20 |
| HSL | 237.18º | 0.72% | 0.46% | - |
| HSV(B) | 237.18º | 0.84% | 0.8% | - |
| XYZ | 12.2 | 6.22 | 57.06 | - |
| YUV | 57.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 203 | 0.84 | 0.80 | 0 | 0.20 | 237.18 | 0.72 | 0.46 |
| Hex | 21 | 29 | CB | 54 | 50 | 0 | 14 | ED | 48 | 2E |
| Octal | 41 | 51 | 313 | 124 | 120 | 0 | 24 | 355 | 110 | 56 |
| Binary | 100001 | 101001 | 11001011 | 1010100 | 1010000 | 0 | 10100 | 11101101 | 1001000 | 101110 |
Color Harmonies of #2129CB
Complementary color
Monochromatic Colors of #2129CB
Black with #2129CB
Text Example
Text Example
White with #2129CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129CB; }
p { color: rgb(33,41,203); }
H1.HeaderClassName
{
color: #2129CB;
}
.AnyTagClassName
{
color: #2129CB;
}
</style>
background-color css
<style>
a { background-color: #2129CB; }
a { background-color: rgb(33,41,203); }
div.DivClassName
{
background-color: #2129CB;
}
.BgClassName
{
background-color: #2129CB;
}
</style>
border-color css
<style>
span { border-color: #2129CB; }
span { border-color: rgb(33,41,203); }
td.TdClassName
{
border-color: #2129CB;
}
.TagClassName
{
border-color: #2129CB;
}
</style>