Shades of Persian Blue #2130E0
Tints of Persian Blue #2130E0
RGB
CMYK
RGB Variations
Color information
#2130E0 (or 0x2130E0) is known color: Persian Blue. HEX triplet: 21, 30 and E0. RGB value is (33,48,224). Sum of RGB (Red+Green+Blue) = 33+48+224=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #2130E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2130E0 is #DECF1F. Grayscale: #3E3E3E. Windows color (decimal): -14602016 or 14692385. OLE color: 14692385.
HSL color Cylindrical-coordinate representation of color #2130E0: hue angle of 235.29º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2130E0 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 48 | 224 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.12 |
| HSL | 235.29º | 0.75% | 0.5% | - |
| HSV(B) | 235.29º | 0.85% | 0.88% | - |
| XYZ | 15.14 | 7.82 | 71.23 | - |
| YUV | 63.58 | 218.53 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 224 | 0.85 | 0.79 | 0 | 0.12 | 235.29 | 0.75 | 0.5 |
| Hex | 21 | 30 | E0 | 55 | 4F | 0 | C | EB | 4B | 32 |
| Octal | 41 | 60 | 340 | 125 | 117 | 0 | 14 | 353 | 113 | 62 |
| Binary | 100001 | 110000 | 11100000 | 1010101 | 1001111 | 0 | 1100 | 11101011 | 1001011 | 110010 |
Color Harmonies of #2130E0
Complementary color
Monochromatic Colors of #2130E0
Black with #2130E0
Text Example
Text Example
White with #2130E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2130E0; }
p { color: rgb(33,48,224); }
H1.HeaderClassName
{
color: #2130E0;
}
.AnyTagClassName
{
color: #2130E0;
}
</style>
background-color css
<style>
a { background-color: #2130E0; }
a { background-color: rgb(33,48,224); }
div.DivClassName
{
background-color: #2130E0;
}
.BgClassName
{
background-color: #2130E0;
}
</style>
border-color css
<style>
span { border-color: #2130E0; }
span { border-color: rgb(33,48,224); }
td.TdClassName
{
border-color: #2130E0;
}
.TagClassName
{
border-color: #2130E0;
}
</style>