Shades of Persian Blue #2130CE
Tints of Persian Blue #2130CE
RGB
CMYK
RGB Variations
Color information
#2130CE (or 0x2130CE) is known color: Persian Blue. HEX triplet: 21, 30 and CE. RGB value is (33,48,206). Sum of RGB (Red+Green+Blue) = 33+48+206=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #2130CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2130CE is #DECF31. Grayscale: #3C3C3C. Windows color (decimal): -14602034 or 13512737. OLE color: 13512737.
HSL color Cylindrical-coordinate representation of color #2130CE: hue angle of 234.8º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2130CE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 48 | 206 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.19 |
| HSL | 234.8º | 0.72% | 0.47% | - |
| HSV(B) | 234.8º | 0.84% | 0.81% | - |
| XYZ | 12.82 | 6.89 | 59.05 | - |
| YUV | 61.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 206 | 0.84 | 0.77 | 0 | 0.19 | 234.8 | 0.72 | 0.47 |
| Hex | 21 | 30 | CE | 54 | 4D | 0 | 13 | EB | 48 | 2F |
| Octal | 41 | 60 | 316 | 124 | 115 | 0 | 23 | 353 | 110 | 57 |
| Binary | 100001 | 110000 | 11001110 | 1010100 | 1001101 | 0 | 10011 | 11101011 | 1001000 | 101111 |
Color Harmonies of #2130CE
Complementary color
Monochromatic Colors of #2130CE
Black with #2130CE
Text Example
Text Example
White with #2130CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2130CE; }
p { color: rgb(33,48,206); }
H1.HeaderClassName
{
color: #2130CE;
}
.AnyTagClassName
{
color: #2130CE;
}
</style>
background-color css
<style>
a { background-color: #2130CE; }
a { background-color: rgb(33,48,206); }
div.DivClassName
{
background-color: #2130CE;
}
.BgClassName
{
background-color: #2130CE;
}
</style>
border-color css
<style>
span { border-color: #2130CE; }
span { border-color: rgb(33,48,206); }
td.TdClassName
{
border-color: #2130CE;
}
.TagClassName
{
border-color: #2130CE;
}
</style>