Shades of Persian Blue #2133AC
Tints of Persian Blue #2133AC
RGB
CMYK
RGB Variations
Color information
#2133AC (or 0x2133AC) is known color: Persian Blue. HEX triplet: 21, 33 and AC. RGB value is (33,51,172). Sum of RGB (Red+Green+Blue) = 33+51+172=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #2133AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2133AC is #DECC53. Grayscale: #3A3A3A. Windows color (decimal): -14601300 or 11285281. OLE color: 11285281.
HSL color Cylindrical-coordinate representation of color #2133AC: hue angle of 232.23º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2133AC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 51 | 172 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.33 |
| HSL | 232.23º | 0.68% | 0.4% | - |
| HSV(B) | 232.23º | 0.81% | 0.67% | - |
| XYZ | 9.26 | 5.67 | 39.64 | - |
| YUV | 59.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 172 | 0.81 | 0.70 | 0 | 0.33 | 232.23 | 0.68 | 0.4 |
| Hex | 21 | 33 | AC | 51 | 46 | 0 | 21 | E8 | 44 | 28 |
| Octal | 41 | 63 | 254 | 121 | 106 | 0 | 41 | 350 | 104 | 50 |
| Binary | 100001 | 110011 | 10101100 | 1010001 | 1000110 | 0 | 100001 | 11101000 | 1000100 | 101000 |
Color Harmonies of #2133AC
Complementary color
Monochromatic Colors of #2133AC
Black with #2133AC
Text Example
Text Example
White with #2133AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133AC; }
p { color: rgb(33,51,172); }
H1.HeaderClassName
{
color: #2133AC;
}
.AnyTagClassName
{
color: #2133AC;
}
</style>
background-color css
<style>
a { background-color: #2133AC; }
a { background-color: rgb(33,51,172); }
div.DivClassName
{
background-color: #2133AC;
}
.BgClassName
{
background-color: #2133AC;
}
</style>
border-color css
<style>
span { border-color: #2133AC; }
span { border-color: rgb(33,51,172); }
td.TdClassName
{
border-color: #2133AC;
}
.TagClassName
{
border-color: #2133AC;
}
</style>