Shades of Persian Blue #2034BD
Tints of Persian Blue #2034BD
RGB
CMYK
RGB Variations
Color information
#2034BD (or 0x2034BD) is known color: Persian Blue. HEX triplet: 20, 34 and BD. RGB value is (32,52,189). Sum of RGB (Red+Green+Blue) = 32+52+189=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #2034BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034BD is #DFCB42. Grayscale: #3D3D3D. Windows color (decimal): -14666563 or 12399648. OLE color: 12399648.
HSL color Cylindrical-coordinate representation of color #2034BD: hue angle of 232.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2034BD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 52 | 189 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.26 |
| HSL | 232.36º | 0.71% | 0.43% | - |
| HSV(B) | 232.36º | 0.83% | 0.74% | - |
| XYZ | 11.01 | 6.44 | 48.81 | - |
| YUV | 61.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 189 | 0.83 | 0.72 | 0 | 0.26 | 232.36 | 0.71 | 0.43 |
| Hex | 20 | 34 | BD | 53 | 48 | 0 | 1A | E8 | 47 | 2B |
| Octal | 40 | 64 | 275 | 123 | 110 | 0 | 32 | 350 | 107 | 53 |
| Binary | 100000 | 110100 | 10111101 | 1010011 | 1001000 | 0 | 11010 | 11101000 | 1000111 | 101011 |
Color Harmonies of #2034BD
Complementary color
Monochromatic Colors of #2034BD
Black with #2034BD
Text Example
Text Example
White with #2034BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034BD; }
p { color: rgb(32,52,189); }
H1.HeaderClassName
{
color: #2034BD;
}
.AnyTagClassName
{
color: #2034BD;
}
</style>
background-color css
<style>
a { background-color: #2034BD; }
a { background-color: rgb(32,52,189); }
div.DivClassName
{
background-color: #2034BD;
}
.BgClassName
{
background-color: #2034BD;
}
</style>
border-color css
<style>
span { border-color: #2034BD; }
span { border-color: rgb(32,52,189); }
td.TdClassName
{
border-color: #2034BD;
}
.TagClassName
{
border-color: #2034BD;
}
</style>