Shades of Persian Blue #2139EA
Tints of Persian Blue #2139EA
RGB
CMYK
RGB Variations
Color information
#2139EA (or 0x2139EA) is known color: Persian Blue. HEX triplet: 21, 39 and EA. RGB value is (33,57,234). Sum of RGB (Red+Green+Blue) = 33+57+234=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #2139EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2139EA is #DEC615. Grayscale: #454545. Windows color (decimal): -14599702 or 15350049. OLE color: 15350049.
HSL color Cylindrical-coordinate representation of color #2139EA: hue angle of 232.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2139EA is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 57 | 234 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.08 |
| HSL | 232.84º | 0.83% | 0.52% | - |
| HSV(B) | 232.84º | 0.86% | 0.92% | - |
| XYZ | 16.94 | 9.19 | 78.72 | - |
| YUV | 70 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 234 | 0.86 | 0.76 | 0 | 0.08 | 232.84 | 0.83 | 0.52 |
| Hex | 21 | 39 | EA | 56 | 4C | 0 | 8 | E9 | 53 | 34 |
| Octal | 41 | 71 | 352 | 126 | 114 | 0 | 10 | 351 | 123 | 64 |
| Binary | 100001 | 111001 | 11101010 | 1010110 | 1001100 | 0 | 1000 | 11101001 | 1010011 | 110100 |
Color Harmonies of #2139EA
Complementary color
Monochromatic Colors of #2139EA
Black with #2139EA
Text Example
Text Example
White with #2139EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139EA; }
p { color: rgb(33,57,234); }
H1.HeaderClassName
{
color: #2139EA;
}
.AnyTagClassName
{
color: #2139EA;
}
</style>
background-color css
<style>
a { background-color: #2139EA; }
a { background-color: rgb(33,57,234); }
div.DivClassName
{
background-color: #2139EA;
}
.BgClassName
{
background-color: #2139EA;
}
</style>
border-color css
<style>
span { border-color: #2139EA; }
span { border-color: rgb(33,57,234); }
td.TdClassName
{
border-color: #2139EA;
}
.TagClassName
{
border-color: #2139EA;
}
</style>