Shades of Persian Blue #2124AE
Tints of Persian Blue #2124AE
RGB
CMYK
RGB Variations
Color information
#2124AE (or 0x2124AE) is known color: Persian Blue. HEX triplet: 21, 24 and AE. RGB value is (33,36,174). Sum of RGB (Red+Green+Blue) = 33+36+174=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #2124AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2124AE is #DEDB51. Grayscale: #323232. Windows color (decimal): -14605138 or 11412513. OLE color: 11412513.
HSL color Cylindrical-coordinate representation of color #2124AE: hue angle of 238.72º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2124AE is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 36 | 174 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.32 |
| HSL | 238.72º | 0.68% | 0.41% | - |
| HSV(B) | 238.72º | 0.81% | 0.68% | - |
| XYZ | 8.9 | 4.64 | 40.47 | - |
| YUV | 50.84 | 197.51 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 174 | 0.81 | 0.79 | 0 | 0.32 | 238.72 | 0.68 | 0.41 |
| Hex | 21 | 24 | AE | 51 | 4F | 0 | 20 | EF | 44 | 29 |
| Octal | 41 | 44 | 256 | 121 | 117 | 0 | 40 | 357 | 104 | 51 |
| Binary | 100001 | 100100 | 10101110 | 1010001 | 1001111 | 0 | 100000 | 11101111 | 1000100 | 101001 |
Color Harmonies of #2124AE
Complementary color
Monochromatic Colors of #2124AE
Black with #2124AE
Text Example
Text Example
White with #2124AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124AE; }
p { color: rgb(33,36,174); }
H1.HeaderClassName
{
color: #2124AE;
}
.AnyTagClassName
{
color: #2124AE;
}
</style>
background-color css
<style>
a { background-color: #2124AE; }
a { background-color: rgb(33,36,174); }
div.DivClassName
{
background-color: #2124AE;
}
.BgClassName
{
background-color: #2124AE;
}
</style>
border-color css
<style>
span { border-color: #2124AE; }
span { border-color: rgb(33,36,174); }
td.TdClassName
{
border-color: #2124AE;
}
.TagClassName
{
border-color: #2124AE;
}
</style>