Shades of Persian Blue #2124BF
Tints of Persian Blue #2124BF
RGB
CMYK
RGB Variations
Color information
#2124BF (or 0x2124BF) is known color: Persian Blue. HEX triplet: 21, 24 and BF. RGB value is (33,36,191). Sum of RGB (Red+Green+Blue) = 33+36+191=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #2124BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124BF is #DEDB40. Grayscale: #343434. Windows color (decimal): -14605121 or 12526625. OLE color: 12526625.
HSL color Cylindrical-coordinate representation of color #2124BF: hue angle of 238.86º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2124BF is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 36 | 191 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.25 |
| HSL | 238.86º | 0.71% | 0.44% | - |
| HSV(B) | 238.86º | 0.83% | 0.75% | - |
| XYZ | 10.66 | 5.35 | 49.76 | - |
| YUV | 52.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 191 | 0.83 | 0.81 | 0 | 0.25 | 238.86 | 0.71 | 0.44 |
| Hex | 21 | 24 | BF | 53 | 51 | 0 | 19 | EF | 47 | 2C |
| Octal | 41 | 44 | 277 | 123 | 121 | 0 | 31 | 357 | 107 | 54 |
| Binary | 100001 | 100100 | 10111111 | 1010011 | 1010001 | 0 | 11001 | 11101111 | 1000111 | 101100 |
Color Harmonies of #2124BF
Complementary color
Monochromatic Colors of #2124BF
Black with #2124BF
Text Example
Text Example
White with #2124BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124BF; }
p { color: rgb(33,36,191); }
H1.HeaderClassName
{
color: #2124BF;
}
.AnyTagClassName
{
color: #2124BF;
}
</style>
background-color css
<style>
a { background-color: #2124BF; }
a { background-color: rgb(33,36,191); }
div.DivClassName
{
background-color: #2124BF;
}
.BgClassName
{
background-color: #2124BF;
}
</style>
border-color css
<style>
span { border-color: #2124BF; }
span { border-color: rgb(33,36,191); }
td.TdClassName
{
border-color: #2124BF;
}
.TagClassName
{
border-color: #2124BF;
}
</style>