Shades of Persian Blue #2032BC
Tints of Persian Blue #2032BC
RGB
CMYK
RGB Variations
Color information
#2032BC (or 0x2032BC) is known color: Persian Blue. HEX triplet: 20, 32 and BC. RGB value is (32,50,188). Sum of RGB (Red+Green+Blue) = 32+50+188=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #2032BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032BC is #DFCD43. Grayscale: #3B3B3B. Windows color (decimal): -14667076 or 12333600. OLE color: 12333600.
HSL color Cylindrical-coordinate representation of color #2032BC: hue angle of 233.08º 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 #2032BC is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 50 | 188 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.26 |
| HSL | 233.08º | 0.71% | 0.43% | - |
| HSV(B) | 233.08º | 0.83% | 0.74% | - |
| XYZ | 10.81 | 6.22 | 48.21 | - |
| YUV | 60.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 188 | 0.83 | 0.73 | 0 | 0.26 | 233.08 | 0.71 | 0.43 |
| Hex | 20 | 32 | BC | 53 | 49 | 0 | 1A | E9 | 47 | 2B |
| Octal | 40 | 62 | 274 | 123 | 111 | 0 | 32 | 351 | 107 | 53 |
| Binary | 100000 | 110010 | 10111100 | 1010011 | 1001001 | 0 | 11010 | 11101001 | 1000111 | 101011 |
Color Harmonies of #2032BC
Complementary color
Monochromatic Colors of #2032BC
Black with #2032BC
Text Example
Text Example
White with #2032BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032BC; }
p { color: rgb(32,50,188); }
H1.HeaderClassName
{
color: #2032BC;
}
.AnyTagClassName
{
color: #2032BC;
}
</style>
background-color css
<style>
a { background-color: #2032BC; }
a { background-color: rgb(32,50,188); }
div.DivClassName
{
background-color: #2032BC;
}
.BgClassName
{
background-color: #2032BC;
}
</style>
border-color css
<style>
span { border-color: #2032BC; }
span { border-color: rgb(32,50,188); }
td.TdClassName
{
border-color: #2032BC;
}
.TagClassName
{
border-color: #2032BC;
}
</style>