Shades of Persian Blue #2126AD
Tints of Persian Blue #2126AD
RGB
CMYK
RGB Variations
Color information
#2126AD (or 0x2126AD) is known color: Persian Blue. HEX triplet: 21, 26 and AD. RGB value is (33,38,173). Sum of RGB (Red+Green+Blue) = 33+38+173=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #2126AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2126AD is #DED952. Grayscale: #333333. Windows color (decimal): -14604627 or 11347489. OLE color: 11347489.
HSL color Cylindrical-coordinate representation of color #2126AD: hue angle of 237.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2126AD is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 38 | 173 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.32 |
| HSL | 237.86º | 0.68% | 0.4% | - |
| HSV(B) | 237.86º | 0.81% | 0.68% | - |
| XYZ | 8.86 | 4.73 | 39.98 | - |
| YUV | 51.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 173 | 0.81 | 0.78 | 0 | 0.32 | 237.86 | 0.68 | 0.4 |
| Hex | 21 | 26 | AD | 51 | 4E | 0 | 20 | EE | 44 | 28 |
| Octal | 41 | 46 | 255 | 121 | 116 | 0 | 40 | 356 | 104 | 50 |
| Binary | 100001 | 100110 | 10101101 | 1010001 | 1001110 | 0 | 100000 | 11101110 | 1000100 | 101000 |
Color Harmonies of #2126AD
Complementary color
Monochromatic Colors of #2126AD
Black with #2126AD
Text Example
Text Example
White with #2126AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2126AD; }
p { color: rgb(33,38,173); }
H1.HeaderClassName
{
color: #2126AD;
}
.AnyTagClassName
{
color: #2126AD;
}
</style>
background-color css
<style>
a { background-color: #2126AD; }
a { background-color: rgb(33,38,173); }
div.DivClassName
{
background-color: #2126AD;
}
.BgClassName
{
background-color: #2126AD;
}
</style>
border-color css
<style>
span { border-color: #2126AD; }
span { border-color: rgb(33,38,173); }
td.TdClassName
{
border-color: #2126AD;
}
.TagClassName
{
border-color: #2126AD;
}
</style>