Shades of Persian Blue #2124CC
Tints of Persian Blue #2124CC
RGB
CMYK
RGB Variations
Color information
#2124CC (or 0x2124CC) is known color: Persian Blue. HEX triplet: 21, 24 and CC. RGB value is (33,36,204). Sum of RGB (Red+Green+Blue) = 33+36+204=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #2124CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124CC is #DEDB33. Grayscale: #353535. Windows color (decimal): -14605108 or 13378593. OLE color: 13378593.
HSL color Cylindrical-coordinate representation of color #2124CC: hue angle of 238.95º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2124CC is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 36 | 204 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.2 |
| HSL | 238.95º | 0.72% | 0.46% | - |
| HSV(B) | 238.95º | 0.84% | 0.8% | - |
| XYZ | 12.16 | 5.94 | 57.63 | - |
| YUV | 54.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 204 | 0.84 | 0.82 | 0 | 0.2 | 238.95 | 0.72 | 0.46 |
| Hex | 21 | 24 | CC | 54 | 52 | 0 | 14 | EF | 48 | 2E |
| Octal | 41 | 44 | 314 | 124 | 122 | 0 | 24 | 357 | 110 | 56 |
| Binary | 100001 | 100100 | 11001100 | 1010100 | 1010010 | 0 | 10100 | 11101111 | 1001000 | 101110 |
Color Harmonies of #2124CC
Complementary color
Monochromatic Colors of #2124CC
Black with #2124CC
Text Example
Text Example
White with #2124CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124CC; }
p { color: rgb(33,36,204); }
H1.HeaderClassName
{
color: #2124CC;
}
.AnyTagClassName
{
color: #2124CC;
}
</style>
background-color css
<style>
a { background-color: #2124CC; }
a { background-color: rgb(33,36,204); }
div.DivClassName
{
background-color: #2124CC;
}
.BgClassName
{
background-color: #2124CC;
}
</style>
border-color css
<style>
span { border-color: #2124CC; }
span { border-color: rgb(33,36,204); }
td.TdClassName
{
border-color: #2124CC;
}
.TagClassName
{
border-color: #2124CC;
}
</style>