Shades of Persian Blue #2133E4
Tints of Persian Blue #2133E4
RGB
CMYK
RGB Variations
Color information
#2133E4 (or 0x2133E4) is known color: Persian Blue. HEX triplet: 21, 33 and E4. RGB value is (33,51,228). Sum of RGB (Red+Green+Blue) = 33+51+228=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #2133E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133E4 is #DECC1B. Grayscale: #414141. Windows color (decimal): -14601244 or 14955297. OLE color: 14955297.
HSL color Cylindrical-coordinate representation of color #2133E4: hue angle of 234.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2133E4 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 51 | 228 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.11 |
| HSL | 234.46º | 0.78% | 0.51% | - |
| HSV(B) | 234.46º | 0.86% | 0.89% | - |
| XYZ | 15.81 | 8.29 | 74.17 | - |
| YUV | 65.8 | 219.54 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 228 | 0.86 | 0.78 | 0 | 0.11 | 234.46 | 0.78 | 0.51 |
| Hex | 21 | 33 | E4 | 56 | 4E | 0 | B | EA | 4E | 33 |
| Octal | 41 | 63 | 344 | 126 | 116 | 0 | 13 | 352 | 116 | 63 |
| Binary | 100001 | 110011 | 11100100 | 1010110 | 1001110 | 0 | 1011 | 11101010 | 1001110 | 110011 |
Color Harmonies of #2133E4
Complementary color
Monochromatic Colors of #2133E4
Black with #2133E4
Text Example
Text Example
White with #2133E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133E4; }
p { color: rgb(33,51,228); }
H1.HeaderClassName
{
color: #2133E4;
}
.AnyTagClassName
{
color: #2133E4;
}
</style>
background-color css
<style>
a { background-color: #2133E4; }
a { background-color: rgb(33,51,228); }
div.DivClassName
{
background-color: #2133E4;
}
.BgClassName
{
background-color: #2133E4;
}
</style>
border-color css
<style>
span { border-color: #2133E4; }
span { border-color: rgb(33,51,228); }
td.TdClassName
{
border-color: #2133E4;
}
.TagClassName
{
border-color: #2133E4;
}
</style>