Shades of Persian Blue #2120BE
Tints of Persian Blue #2120BE
RGB
CMYK
RGB Variations
Color information
#2120BE (or 0x2120BE) is known color: Persian Blue. HEX triplet: 21, 20 and BE. RGB value is (33,32,190). Sum of RGB (Red+Green+Blue) = 33+32+190=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2120BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2120BE is #DEDF41. Grayscale: #313131. Windows color (decimal): -14606146 or 12460065. OLE color: 12460065.
HSL color Cylindrical-coordinate representation of color #2120BE: hue angle of 240.38º degrees, saturation: 0.71, 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 #2120BE is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 32 | 190 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.25 |
| HSL | 240.38º | 0.71% | 0.44% | - |
| HSV(B) | 240.38º | 0.83% | 0.75% | - |
| XYZ | 10.44 | 5.07 | 49.14 | - |
| YUV | 50.31 | 206.83 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 190 | 0.83 | 0.83 | 0 | 0.25 | 240.38 | 0.71 | 0.44 |
| Hex | 21 | 20 | BE | 53 | 53 | 0 | 19 | F0 | 47 | 2C |
| Octal | 41 | 40 | 276 | 123 | 123 | 0 | 31 | 360 | 107 | 54 |
| Binary | 100001 | 100000 | 10111110 | 1010011 | 1010011 | 0 | 11001 | 11110000 | 1000111 | 101100 |
Color Harmonies of #2120BE
Complementary color
Monochromatic Colors of #2120BE
Black with #2120BE
Text Example
Text Example
White with #2120BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2120BE; }
p { color: rgb(33,32,190); }
H1.HeaderClassName
{
color: #2120BE;
}
.AnyTagClassName
{
color: #2120BE;
}
</style>
background-color css
<style>
a { background-color: #2120BE; }
a { background-color: rgb(33,32,190); }
div.DivClassName
{
background-color: #2120BE;
}
.BgClassName
{
background-color: #2120BE;
}
</style>
border-color css
<style>
span { border-color: #2120BE; }
span { border-color: rgb(33,32,190); }
td.TdClassName
{
border-color: #2120BE;
}
.TagClassName
{
border-color: #2120BE;
}
</style>