Shades of Persian Blue #2124BC
Tints of Persian Blue #2124BC
RGB
CMYK
RGB Variations
Color information
#2124BC (or 0x2124BC) is known color: Persian Blue. HEX triplet: 21, 24 and BC. RGB value is (33,36,188). Sum of RGB (Red+Green+Blue) = 33+36+188=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #2124BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124BC is #DEDB43. Grayscale: #333333. Windows color (decimal): -14605124 or 12330017. OLE color: 12330017.
HSL color Cylindrical-coordinate representation of color #2124BC: hue angle of 238.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2124BC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 36 | 188 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.26 |
| HSL | 238.84º | 0.7% | 0.43% | - |
| HSV(B) | 238.84º | 0.82% | 0.74% | - |
| XYZ | 10.34 | 5.22 | 48.04 | - |
| YUV | 52.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 188 | 0.82 | 0.81 | 0 | 0.26 | 238.84 | 0.7 | 0.43 |
| Hex | 21 | 24 | BC | 52 | 51 | 0 | 1A | EF | 46 | 2B |
| Octal | 41 | 44 | 274 | 122 | 121 | 0 | 32 | 357 | 106 | 53 |
| Binary | 100001 | 100100 | 10111100 | 1010010 | 1010001 | 0 | 11010 | 11101111 | 1000110 | 101011 |
Color Harmonies of #2124BC
Complementary color
Monochromatic Colors of #2124BC
Black with #2124BC
Text Example
Text Example
White with #2124BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124BC; }
p { color: rgb(33,36,188); }
H1.HeaderClassName
{
color: #2124BC;
}
.AnyTagClassName
{
color: #2124BC;
}
</style>
background-color css
<style>
a { background-color: #2124BC; }
a { background-color: rgb(33,36,188); }
div.DivClassName
{
background-color: #2124BC;
}
.BgClassName
{
background-color: #2124BC;
}
</style>
border-color css
<style>
span { border-color: #2124BC; }
span { border-color: rgb(33,36,188); }
td.TdClassName
{
border-color: #2124BC;
}
.TagClassName
{
border-color: #2124BC;
}
</style>