Shades of Persian Blue #2123D3
Tints of Persian Blue #2123D3
RGB
CMYK
RGB Variations
Color information
#2123D3 (or 0x2123D3) is known color: Persian Blue. HEX triplet: 21, 23 and D3. RGB value is (33,35,211). Sum of RGB (Red+Green+Blue) = 33+35+211=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #2123D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123D3 is #DEDC2C. Grayscale: #353535. Windows color (decimal): -14605357 or 13837089. OLE color: 13837089.
HSL color Cylindrical-coordinate representation of color #2123D3: hue angle of 239.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2123D3 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 35 | 211 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.17 |
| HSL | 239.33º | 0.73% | 0.48% | - |
| HSV(B) | 239.33º | 0.84% | 0.83% | - |
| XYZ | 12.99 | 6.23 | 62.15 | - |
| YUV | 54.47 | 216.34 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 211 | 0.84 | 0.83 | 0 | 0.17 | 239.33 | 0.73 | 0.48 |
| Hex | 21 | 23 | D3 | 54 | 53 | 0 | 11 | EF | 49 | 30 |
| Octal | 41 | 43 | 323 | 124 | 123 | 0 | 21 | 357 | 111 | 60 |
| Binary | 100001 | 100011 | 11010011 | 1010100 | 1010011 | 0 | 10001 | 11101111 | 1001001 | 110000 |
Color Harmonies of #2123D3
Complementary color
Monochromatic Colors of #2123D3
Black with #2123D3
Text Example
Text Example
White with #2123D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123D3; }
p { color: rgb(33,35,211); }
H1.HeaderClassName
{
color: #2123D3;
}
.AnyTagClassName
{
color: #2123D3;
}
</style>
background-color css
<style>
a { background-color: #2123D3; }
a { background-color: rgb(33,35,211); }
div.DivClassName
{
background-color: #2123D3;
}
.BgClassName
{
background-color: #2123D3;
}
</style>
border-color css
<style>
span { border-color: #2123D3; }
span { border-color: rgb(33,35,211); }
td.TdClassName
{
border-color: #2123D3;
}
.TagClassName
{
border-color: #2123D3;
}
</style>