Shades of Persian Blue #2135CB
Tints of Persian Blue #2135CB
RGB
CMYK
RGB Variations
Color information
#2135CB (or 0x2135CB) is known color: Persian Blue. HEX triplet: 21, 35 and CB. RGB value is (33,53,203). Sum of RGB (Red+Green+Blue) = 33+53+203=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #2135CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135CB is #DECA34. Grayscale: #3F3F3F. Windows color (decimal): -14600757 or 13317409. OLE color: 13317409.
HSL color Cylindrical-coordinate representation of color #2135CB: hue angle of 232.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2135CB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 53 | 203 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.20 |
| HSL | 232.94º | 0.72% | 0.46% | - |
| HSV(B) | 232.94º | 0.84% | 0.8% | - |
| XYZ | 12.68 | 7.18 | 57.22 | - |
| YUV | 64.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 203 | 0.84 | 0.74 | 0 | 0.20 | 232.94 | 0.72 | 0.46 |
| Hex | 21 | 35 | CB | 54 | 4A | 0 | 14 | E9 | 48 | 2E |
| Octal | 41 | 65 | 313 | 124 | 112 | 0 | 24 | 351 | 110 | 56 |
| Binary | 100001 | 110101 | 11001011 | 1010100 | 1001010 | 0 | 10100 | 11101001 | 1001000 | 101110 |
Color Harmonies of #2135CB
Complementary color
Monochromatic Colors of #2135CB
Black with #2135CB
Text Example
Text Example
White with #2135CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2135CB; }
p { color: rgb(33,53,203); }
H1.HeaderClassName
{
color: #2135CB;
}
.AnyTagClassName
{
color: #2135CB;
}
</style>
background-color css
<style>
a { background-color: #2135CB; }
a { background-color: rgb(33,53,203); }
div.DivClassName
{
background-color: #2135CB;
}
.BgClassName
{
background-color: #2135CB;
}
</style>
border-color css
<style>
span { border-color: #2135CB; }
span { border-color: rgb(33,53,203); }
td.TdClassName
{
border-color: #2135CB;
}
.TagClassName
{
border-color: #2135CB;
}
</style>