Shades of Persian Blue #2135EF
Tints of Persian Blue #2135EF
RGB
CMYK
RGB Variations
Color information
#2135EF (or 0x2135EF) is known color: Persian Blue. HEX triplet: 21, 35 and EF. RGB value is (33,53,239). Sum of RGB (Red+Green+Blue) = 33+53+239=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #2135EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2135EF is #DECA10. Grayscale: #434343. Windows color (decimal): -14600721 or 15676705. OLE color: 15676705.
HSL color Cylindrical-coordinate representation of color #2135EF: hue angle of 234.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2135EF is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 53 | 239 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.06 |
| HSL | 234.17º | 0.87% | 0.53% | - |
| HSV(B) | 234.17º | 0.86% | 0.94% | - |
| XYZ | 17.48 | 9.1 | 82.5 | - |
| YUV | 68.22 | 224.37 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 239 | 0.86 | 0.78 | 0 | 0.06 | 234.17 | 0.87 | 0.53 |
| Hex | 21 | 35 | EF | 56 | 4E | 0 | 6 | EA | 57 | 35 |
| Octal | 41 | 65 | 357 | 126 | 116 | 0 | 6 | 352 | 127 | 65 |
| Binary | 100001 | 110101 | 11101111 | 1010110 | 1001110 | 0 | 110 | 11101010 | 1010111 | 110101 |
Color Harmonies of #2135EF
Complementary color
Monochromatic Colors of #2135EF
Black with #2135EF
Text Example
Text Example
White with #2135EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2135EF; }
p { color: rgb(33,53,239); }
H1.HeaderClassName
{
color: #2135EF;
}
.AnyTagClassName
{
color: #2135EF;
}
</style>
background-color css
<style>
a { background-color: #2135EF; }
a { background-color: rgb(33,53,239); }
div.DivClassName
{
background-color: #2135EF;
}
.BgClassName
{
background-color: #2135EF;
}
</style>
border-color css
<style>
span { border-color: #2135EF; }
span { border-color: rgb(33,53,239); }
td.TdClassName
{
border-color: #2135EF;
}
.TagClassName
{
border-color: #2135EF;
}
</style>