Shades of Persian Blue #2135CE
Tints of Persian Blue #2135CE
RGB
CMYK
RGB Variations
Color information
#2135CE (or 0x2135CE) is known color: Persian Blue. HEX triplet: 21, 35 and CE. RGB value is (33,53,206). Sum of RGB (Red+Green+Blue) = 33+53+206=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #2135CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135CE is #DECA31. Grayscale: #3F3F3F. Windows color (decimal): -14600754 or 13514017. OLE color: 13514017.
HSL color Cylindrical-coordinate representation of color #2135CE: hue angle of 233.06º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2135CE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 53 | 206 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.19 |
| HSL | 233.06º | 0.72% | 0.47% | - |
| HSV(B) | 233.06º | 0.84% | 0.81% | - |
| XYZ | 13.04 | 7.33 | 59.12 | - |
| YUV | 64.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 206 | 0.84 | 0.74 | 0 | 0.19 | 233.06 | 0.72 | 0.47 |
| Hex | 21 | 35 | CE | 54 | 4A | 0 | 13 | E9 | 48 | 2F |
| Octal | 41 | 65 | 316 | 124 | 112 | 0 | 23 | 351 | 110 | 57 |
| Binary | 100001 | 110101 | 11001110 | 1010100 | 1001010 | 0 | 10011 | 11101001 | 1001000 | 101111 |
Color Harmonies of #2135CE
Complementary color
Monochromatic Colors of #2135CE
Black with #2135CE
Text Example
Text Example
White with #2135CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2135CE; }
p { color: rgb(33,53,206); }
H1.HeaderClassName
{
color: #2135CE;
}
.AnyTagClassName
{
color: #2135CE;
}
</style>
background-color css
<style>
a { background-color: #2135CE; }
a { background-color: rgb(33,53,206); }
div.DivClassName
{
background-color: #2135CE;
}
.BgClassName
{
background-color: #2135CE;
}
</style>
border-color css
<style>
span { border-color: #2135CE; }
span { border-color: rgb(33,53,206); }
td.TdClassName
{
border-color: #2135CE;
}
.TagClassName
{
border-color: #2135CE;
}
</style>