Shades of Persian Blue #2034BB
Tints of Persian Blue #2034BB
RGB
CMYK
RGB Variations
Color information
#2034BB (or 0x2034BB) is known color: Persian Blue. HEX triplet: 20, 34 and BB. RGB value is (32,52,187). Sum of RGB (Red+Green+Blue) = 32+52+187=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #2034BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034BB is #DFCB44. Grayscale: #3C3C3C. Windows color (decimal): -14666565 or 12268576. OLE color: 12268576.
HSL color Cylindrical-coordinate representation of color #2034BB: hue angle of 232.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2034BB is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 52 | 187 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.27 |
| HSL | 232.26º | 0.71% | 0.43% | - |
| HSV(B) | 232.26º | 0.83% | 0.73% | - |
| XYZ | 10.79 | 6.35 | 47.67 | - |
| YUV | 61.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 187 | 0.83 | 0.72 | 0 | 0.27 | 232.26 | 0.71 | 0.43 |
| Hex | 20 | 34 | BB | 53 | 48 | 0 | 1B | E8 | 47 | 2B |
| Octal | 40 | 64 | 273 | 123 | 110 | 0 | 33 | 350 | 107 | 53 |
| Binary | 100000 | 110100 | 10111011 | 1010011 | 1001000 | 0 | 11011 | 11101000 | 1000111 | 101011 |
Color Harmonies of #2034BB
Complementary color
Monochromatic Colors of #2034BB
Black with #2034BB
Text Example
Text Example
White with #2034BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034BB; }
p { color: rgb(32,52,187); }
H1.HeaderClassName
{
color: #2034BB;
}
.AnyTagClassName
{
color: #2034BB;
}
</style>
background-color css
<style>
a { background-color: #2034BB; }
a { background-color: rgb(32,52,187); }
div.DivClassName
{
background-color: #2034BB;
}
.BgClassName
{
background-color: #2034BB;
}
</style>
border-color css
<style>
span { border-color: #2034BB; }
span { border-color: rgb(32,52,187); }
td.TdClassName
{
border-color: #2034BB;
}
.TagClassName
{
border-color: #2034BB;
}
</style>