Shades of Persian Blue #2133DC
Tints of Persian Blue #2133DC
RGB
CMYK
RGB Variations
Color information
#2133DC (or 0x2133DC) is known color: Persian Blue. HEX triplet: 21, 33 and DC. RGB value is (33,51,220). Sum of RGB (Red+Green+Blue) = 33+51+220=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #2133DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133DC is #DECC23. Grayscale: #404040. Windows color (decimal): -14601252 or 14431009. OLE color: 14431009.
HSL color Cylindrical-coordinate representation of color #2133DC: hue angle of 234.22º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2133DC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 51 | 220 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.14 |
| HSL | 234.22º | 0.74% | 0.5% | - |
| HSV(B) | 234.22º | 0.85% | 0.86% | - |
| XYZ | 14.73 | 7.86 | 68.45 | - |
| YUV | 64.88 | 215.54 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 220 | 0.85 | 0.77 | 0 | 0.14 | 234.22 | 0.74 | 0.5 |
| Hex | 21 | 33 | DC | 55 | 4D | 0 | E | EA | 4A | 32 |
| Octal | 41 | 63 | 334 | 125 | 115 | 0 | 16 | 352 | 112 | 62 |
| Binary | 100001 | 110011 | 11011100 | 1010101 | 1001101 | 0 | 1110 | 11101010 | 1001010 | 110010 |
Color Harmonies of #2133DC
Complementary color
Monochromatic Colors of #2133DC
Black with #2133DC
Text Example
Text Example
White with #2133DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133DC; }
p { color: rgb(33,51,220); }
H1.HeaderClassName
{
color: #2133DC;
}
.AnyTagClassName
{
color: #2133DC;
}
</style>
background-color css
<style>
a { background-color: #2133DC; }
a { background-color: rgb(33,51,220); }
div.DivClassName
{
background-color: #2133DC;
}
.BgClassName
{
background-color: #2133DC;
}
</style>
border-color css
<style>
span { border-color: #2133DC; }
span { border-color: rgb(33,51,220); }
td.TdClassName
{
border-color: #2133DC;
}
.TagClassName
{
border-color: #2133DC;
}
</style>