Shades of Persian Blue #2131E3
Tints of Persian Blue #2131E3
RGB
CMYK
RGB Variations
Color information
#2131E3 (or 0x2131E3) is known color: Persian Blue. HEX triplet: 21, 31 and E3. RGB value is (33,49,227). Sum of RGB (Red+Green+Blue) = 33+49+227=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #2131E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131E3 is #DECE1C. Grayscale: #3F3F3F. Windows color (decimal): -14601757 or 14889249. OLE color: 14889249.
HSL color Cylindrical-coordinate representation of color #2131E3: hue angle of 235.05º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2131E3 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 49 | 227 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.11 |
| HSL | 235.05º | 0.78% | 0.51% | - |
| HSV(B) | 235.05º | 0.85% | 0.89% | - |
| XYZ | 15.59 | 8.07 | 73.41 | - |
| YUV | 64.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 227 | 0.85 | 0.78 | 0 | 0.11 | 235.05 | 0.78 | 0.51 |
| Hex | 21 | 31 | E3 | 55 | 4E | 0 | B | EB | 4E | 33 |
| Octal | 41 | 61 | 343 | 125 | 116 | 0 | 13 | 353 | 116 | 63 |
| Binary | 100001 | 110001 | 11100011 | 1010101 | 1001110 | 0 | 1011 | 11101011 | 1001110 | 110011 |
Color Harmonies of #2131E3
Complementary color
Monochromatic Colors of #2131E3
Black with #2131E3
Text Example
Text Example
White with #2131E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131E3; }
p { color: rgb(33,49,227); }
H1.HeaderClassName
{
color: #2131E3;
}
.AnyTagClassName
{
color: #2131E3;
}
</style>
background-color css
<style>
a { background-color: #2131E3; }
a { background-color: rgb(33,49,227); }
div.DivClassName
{
background-color: #2131E3;
}
.BgClassName
{
background-color: #2131E3;
}
</style>
border-color css
<style>
span { border-color: #2131E3; }
span { border-color: rgb(33,49,227); }
td.TdClassName
{
border-color: #2131E3;
}
.TagClassName
{
border-color: #2131E3;
}
</style>