Shades of Persian Blue #2123CA
Tints of Persian Blue #2123CA
RGB
CMYK
RGB Variations
Color information
#2123CA (or 0x2123CA) is known color: Persian Blue. HEX triplet: 21, 23 and CA. RGB value is (33,35,202). Sum of RGB (Red+Green+Blue) = 33+35+202=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #2123CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123CA is #DEDC35. Grayscale: #343434. Windows color (decimal): -14605366 or 13247265. OLE color: 13247265.
HSL color Cylindrical-coordinate representation of color #2123CA: hue angle of 239.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2123CA is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 35 | 202 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.21 |
| HSL | 239.29º | 0.72% | 0.46% | - |
| HSV(B) | 239.29º | 0.84% | 0.79% | - |
| XYZ | 11.89 | 5.79 | 56.37 | - |
| YUV | 53.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 202 | 0.84 | 0.83 | 0 | 0.21 | 239.29 | 0.72 | 0.46 |
| Hex | 21 | 23 | CA | 54 | 53 | 0 | 15 | EF | 48 | 2E |
| Octal | 41 | 43 | 312 | 124 | 123 | 0 | 25 | 357 | 110 | 56 |
| Binary | 100001 | 100011 | 11001010 | 1010100 | 1010011 | 0 | 10101 | 11101111 | 1001000 | 101110 |
Color Harmonies of #2123CA
Complementary color
Monochromatic Colors of #2123CA
Black with #2123CA
Text Example
Text Example
White with #2123CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123CA; }
p { color: rgb(33,35,202); }
H1.HeaderClassName
{
color: #2123CA;
}
.AnyTagClassName
{
color: #2123CA;
}
</style>
background-color css
<style>
a { background-color: #2123CA; }
a { background-color: rgb(33,35,202); }
div.DivClassName
{
background-color: #2123CA;
}
.BgClassName
{
background-color: #2123CA;
}
</style>
border-color css
<style>
span { border-color: #2123CA; }
span { border-color: rgb(33,35,202); }
td.TdClassName
{
border-color: #2123CA;
}
.TagClassName
{
border-color: #2123CA;
}
</style>