Shades of Persian Blue #2123AD
Tints of Persian Blue #2123AD
RGB
CMYK
RGB Variations
Color information
#2123AD (or 0x2123AD) is known color: Persian Blue. HEX triplet: 21, 23 and AD. RGB value is (33,35,173). Sum of RGB (Red+Green+Blue) = 33+35+173=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2123AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2123AD is #DEDC52. Grayscale: #313131. Windows color (decimal): -14605395 or 11346721. OLE color: 11346721.
HSL color Cylindrical-coordinate representation of color #2123AD: hue angle of 239.14º 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 #2123AD is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 35 | 173 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.32 |
| HSL | 239.14º | 0.68% | 0.4% | - |
| HSV(B) | 239.14º | 0.81% | 0.68% | - |
| XYZ | 8.77 | 4.54 | 39.95 | - |
| YUV | 50.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 173 | 0.81 | 0.80 | 0 | 0.32 | 239.14 | 0.68 | 0.4 |
| Hex | 21 | 23 | AD | 51 | 50 | 0 | 20 | EF | 44 | 28 |
| Octal | 41 | 43 | 255 | 121 | 120 | 0 | 40 | 357 | 104 | 50 |
| Binary | 100001 | 100011 | 10101101 | 1010001 | 1010000 | 0 | 100000 | 11101111 | 1000100 | 101000 |
Color Harmonies of #2123AD
Complementary color
Monochromatic Colors of #2123AD
Black with #2123AD
Text Example
Text Example
White with #2123AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123AD; }
p { color: rgb(33,35,173); }
H1.HeaderClassName
{
color: #2123AD;
}
.AnyTagClassName
{
color: #2123AD;
}
</style>
background-color css
<style>
a { background-color: #2123AD; }
a { background-color: rgb(33,35,173); }
div.DivClassName
{
background-color: #2123AD;
}
.BgClassName
{
background-color: #2123AD;
}
</style>
border-color css
<style>
span { border-color: #2123AD; }
span { border-color: rgb(33,35,173); }
td.TdClassName
{
border-color: #2123AD;
}
.TagClassName
{
border-color: #2123AD;
}
</style>