Shades of Persian Blue #2034BC
Tints of Persian Blue #2034BC
RGB
CMYK
RGB Variations
Color information
#2034BC (or 0x2034BC) is known color: Persian Blue. HEX triplet: 20, 34 and BC. RGB value is (32,52,188). Sum of RGB (Red+Green+Blue) = 32+52+188=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #2034BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034BC is #DFCB43. Grayscale: #3C3C3C. Windows color (decimal): -14666564 or 12334112. OLE color: 12334112.
HSL color Cylindrical-coordinate representation of color #2034BC: hue angle of 232.31º 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 #2034BC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 52 | 188 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.26 |
| HSL | 232.31º | 0.71% | 0.43% | - |
| HSV(B) | 232.31º | 0.83% | 0.74% | - |
| XYZ | 10.9 | 6.39 | 48.24 | - |
| YUV | 61.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 188 | 0.83 | 0.72 | 0 | 0.26 | 232.31 | 0.71 | 0.43 |
| Hex | 20 | 34 | BC | 53 | 48 | 0 | 1A | E8 | 47 | 2B |
| Octal | 40 | 64 | 274 | 123 | 110 | 0 | 32 | 350 | 107 | 53 |
| Binary | 100000 | 110100 | 10111100 | 1010011 | 1001000 | 0 | 11010 | 11101000 | 1000111 | 101011 |
Color Harmonies of #2034BC
Complementary color
Monochromatic Colors of #2034BC
Black with #2034BC
Text Example
Text Example
White with #2034BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034BC; }
p { color: rgb(32,52,188); }
H1.HeaderClassName
{
color: #2034BC;
}
.AnyTagClassName
{
color: #2034BC;
}
</style>
background-color css
<style>
a { background-color: #2034BC; }
a { background-color: rgb(32,52,188); }
div.DivClassName
{
background-color: #2034BC;
}
.BgClassName
{
background-color: #2034BC;
}
</style>
border-color css
<style>
span { border-color: #2034BC; }
span { border-color: rgb(32,52,188); }
td.TdClassName
{
border-color: #2034BC;
}
.TagClassName
{
border-color: #2034BC;
}
</style>