Shades of Persian Blue #2129B3
Tints of Persian Blue #2129B3
RGB
CMYK
RGB Variations
Color information
#2129B3 (or 0x2129B3) is known color: Persian Blue. HEX triplet: 21, 29 and B3. RGB value is (33,41,179). Sum of RGB (Red+Green+Blue) = 33+41+179=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 179 (70.31% from 255 or 70.75% from 253); Max value from RGB is 179 - color contains mainly: blue. Hex color #2129B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129B3 is #DED64C. Grayscale: #353535. Windows color (decimal): -14603853 or 11741473. OLE color: 11741473.
HSL color Cylindrical-coordinate representation of color #2129B3: hue angle of 236.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2129B3 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 41 | 179 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.30 |
| HSL | 236.71º | 0.69% | 0.42% | - |
| HSV(B) | 236.71º | 0.82% | 0.7% | - |
| XYZ | 9.56 | 5.16 | 43.14 | - |
| YUV | 54.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 179 | 0.82 | 0.77 | 0 | 0.30 | 236.71 | 0.69 | 0.42 |
| Hex | 21 | 29 | B3 | 52 | 4D | 0 | 1E | ED | 45 | 2A |
| Octal | 41 | 51 | 263 | 122 | 115 | 0 | 36 | 355 | 105 | 52 |
| Binary | 100001 | 101001 | 10110011 | 1010010 | 1001101 | 0 | 11110 | 11101101 | 1000101 | 101010 |
Color Harmonies of #2129B3
Complementary color
Monochromatic Colors of #2129B3
Black with #2129B3
Text Example
Text Example
White with #2129B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129B3; }
p { color: rgb(33,41,179); }
H1.HeaderClassName
{
color: #2129B3;
}
.AnyTagClassName
{
color: #2129B3;
}
</style>
background-color css
<style>
a { background-color: #2129B3; }
a { background-color: rgb(33,41,179); }
div.DivClassName
{
background-color: #2129B3;
}
.BgClassName
{
background-color: #2129B3;
}
</style>
border-color css
<style>
span { border-color: #2129B3; }
span { border-color: rgb(33,41,179); }
td.TdClassName
{
border-color: #2129B3;
}
.TagClassName
{
border-color: #2129B3;
}
</style>