Shades of Persian Blue #2132BE
Tints of Persian Blue #2132BE
RGB
CMYK
RGB Variations
Color information
#2132BE (or 0x2132BE) is known color: Persian Blue. HEX triplet: 21, 32 and BE. RGB value is (33,50,190). Sum of RGB (Red+Green+Blue) = 33+50+190=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #2132BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2132BE is #DECD41. Grayscale: #3C3C3C. Windows color (decimal): -14601538 or 12464673. OLE color: 12464673.
HSL color Cylindrical-coordinate representation of color #2132BE: hue angle of 233.5º 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 #2132BE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 50 | 190 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.25 |
| HSL | 233.5º | 0.7% | 0.44% | - |
| HSV(B) | 233.5º | 0.83% | 0.75% | - |
| XYZ | 11.06 | 6.32 | 49.35 | - |
| YUV | 60.88 | 200.87 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 190 | 0.83 | 0.74 | 0 | 0.25 | 233.5 | 0.7 | 0.44 |
| Hex | 21 | 32 | BE | 53 | 4A | 0 | 19 | EA | 46 | 2C |
| Octal | 41 | 62 | 276 | 123 | 112 | 0 | 31 | 352 | 106 | 54 |
| Binary | 100001 | 110010 | 10111110 | 1010011 | 1001010 | 0 | 11001 | 11101010 | 1000110 | 101100 |
Color Harmonies of #2132BE
Complementary color
Monochromatic Colors of #2132BE
Black with #2132BE
Text Example
Text Example
White with #2132BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2132BE; }
p { color: rgb(33,50,190); }
H1.HeaderClassName
{
color: #2132BE;
}
.AnyTagClassName
{
color: #2132BE;
}
</style>
background-color css
<style>
a { background-color: #2132BE; }
a { background-color: rgb(33,50,190); }
div.DivClassName
{
background-color: #2132BE;
}
.BgClassName
{
background-color: #2132BE;
}
</style>
border-color css
<style>
span { border-color: #2132BE; }
span { border-color: rgb(33,50,190); }
td.TdClassName
{
border-color: #2132BE;
}
.TagClassName
{
border-color: #2132BE;
}
</style>