Shades of Persian Blue #2135BE
Tints of Persian Blue #2135BE
RGB
CMYK
RGB Variations
Color information
#2135BE (or 0x2135BE) is known color: Persian Blue. HEX triplet: 21, 35 and BE. RGB value is (33,53,190). Sum of RGB (Red+Green+Blue) = 33+53+190=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #2135BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135BE is #DECA41. Grayscale: #3E3E3E. Windows color (decimal): -14600770 or 12465441. OLE color: 12465441.
HSL color Cylindrical-coordinate representation of color #2135BE: hue angle of 232.36º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2135BE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 53 | 190 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.25 |
| HSL | 232.36º | 0.7% | 0.44% | - |
| HSV(B) | 232.36º | 0.83% | 0.75% | - |
| XYZ | 11.19 | 6.59 | 49.4 | - |
| YUV | 62.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 190 | 0.83 | 0.72 | 0 | 0.25 | 232.36 | 0.7 | 0.44 |
| Hex | 21 | 35 | BE | 53 | 48 | 0 | 19 | E8 | 46 | 2C |
| Octal | 41 | 65 | 276 | 123 | 110 | 0 | 31 | 350 | 106 | 54 |
| Binary | 100001 | 110101 | 10111110 | 1010011 | 1001000 | 0 | 11001 | 11101000 | 1000110 | 101100 |
Color Harmonies of #2135BE
Complementary color
Monochromatic Colors of #2135BE
Black with #2135BE
Text Example
Text Example
White with #2135BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2135BE; }
p { color: rgb(33,53,190); }
H1.HeaderClassName
{
color: #2135BE;
}
.AnyTagClassName
{
color: #2135BE;
}
</style>
background-color css
<style>
a { background-color: #2135BE; }
a { background-color: rgb(33,53,190); }
div.DivClassName
{
background-color: #2135BE;
}
.BgClassName
{
background-color: #2135BE;
}
</style>
border-color css
<style>
span { border-color: #2135BE; }
span { border-color: rgb(33,53,190); }
td.TdClassName
{
border-color: #2135BE;
}
.TagClassName
{
border-color: #2135BE;
}
</style>