Shades of Persian Blue #2133DB
Tints of Persian Blue #2133DB
RGB
CMYK
RGB Variations
Color information
#2133DB (or 0x2133DB) is known color: Persian Blue. HEX triplet: 21, 33 and DB. RGB value is (33,51,219). Sum of RGB (Red+Green+Blue) = 33+51+219=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #2133DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133DB is #DECC24. Grayscale: #404040. Windows color (decimal): -14601253 or 14365473. OLE color: 14365473.
HSL color Cylindrical-coordinate representation of color #2133DB: hue angle of 234.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2133DB is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 51 | 219 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.14 |
| HSL | 234.19º | 0.74% | 0.49% | - |
| HSV(B) | 234.19º | 0.85% | 0.86% | - |
| XYZ | 14.6 | 7.81 | 67.76 | - |
| YUV | 64.77 | 215.04 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 219 | 0.85 | 0.77 | 0 | 0.14 | 234.19 | 0.74 | 0.49 |
| Hex | 21 | 33 | DB | 55 | 4D | 0 | E | EA | 4A | 31 |
| Octal | 41 | 63 | 333 | 125 | 115 | 0 | 16 | 352 | 112 | 61 |
| Binary | 100001 | 110011 | 11011011 | 1010101 | 1001101 | 0 | 1110 | 11101010 | 1001010 | 110001 |
Color Harmonies of #2133DB
Complementary color
Monochromatic Colors of #2133DB
Black with #2133DB
Text Example
Text Example
White with #2133DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133DB; }
p { color: rgb(33,51,219); }
H1.HeaderClassName
{
color: #2133DB;
}
.AnyTagClassName
{
color: #2133DB;
}
</style>
background-color css
<style>
a { background-color: #2133DB; }
a { background-color: rgb(33,51,219); }
div.DivClassName
{
background-color: #2133DB;
}
.BgClassName
{
background-color: #2133DB;
}
</style>
border-color css
<style>
span { border-color: #2133DB; }
span { border-color: rgb(33,51,219); }
td.TdClassName
{
border-color: #2133DB;
}
.TagClassName
{
border-color: #2133DB;
}
</style>