Shades of Persian Blue #2123CD
Tints of Persian Blue #2123CD
RGB
CMYK
RGB Variations
Color information
#2123CD (or 0x2123CD) is known color: Persian Blue. HEX triplet: 21, 23 and CD. RGB value is (33,35,205). Sum of RGB (Red+Green+Blue) = 33+35+205=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #2123CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123CD is #DEDC32. Grayscale: #353535. Windows color (decimal): -14605363 or 13443873. OLE color: 13443873.
HSL color Cylindrical-coordinate representation of color #2123CD: hue angle of 239.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2123CD is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 35 | 205 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.20 |
| HSL | 239.3º | 0.72% | 0.47% | - |
| HSV(B) | 239.3º | 0.84% | 0.8% | - |
| XYZ | 12.25 | 5.93 | 58.26 | - |
| YUV | 53.78 | 213.34 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 205 | 0.84 | 0.83 | 0 | 0.20 | 239.3 | 0.72 | 0.47 |
| Hex | 21 | 23 | CD | 54 | 53 | 0 | 14 | EF | 48 | 2F |
| Octal | 41 | 43 | 315 | 124 | 123 | 0 | 24 | 357 | 110 | 57 |
| Binary | 100001 | 100011 | 11001101 | 1010100 | 1010011 | 0 | 10100 | 11101111 | 1001000 | 101111 |
Color Harmonies of #2123CD
Complementary color
Monochromatic Colors of #2123CD
Black with #2123CD
Text Example
Text Example
White with #2123CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123CD; }
p { color: rgb(33,35,205); }
H1.HeaderClassName
{
color: #2123CD;
}
.AnyTagClassName
{
color: #2123CD;
}
</style>
background-color css
<style>
a { background-color: #2123CD; }
a { background-color: rgb(33,35,205); }
div.DivClassName
{
background-color: #2123CD;
}
.BgClassName
{
background-color: #2123CD;
}
</style>
border-color css
<style>
span { border-color: #2123CD; }
span { border-color: rgb(33,35,205); }
td.TdClassName
{
border-color: #2123CD;
}
.TagClassName
{
border-color: #2123CD;
}
</style>