Shades of Persian Blue #2030BC
Tints of Persian Blue #2030BC
RGB
CMYK
RGB Variations
Color information
#2030BC (or 0x2030BC) is known color: Persian Blue. HEX triplet: 20, 30 and BC. RGB value is (32,48,188). Sum of RGB (Red+Green+Blue) = 32+48+188=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #2030BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2030BC is #DFCF43. Grayscale: #3A3A3A. Windows color (decimal): -14667588 or 12333088. OLE color: 12333088.
HSL color Cylindrical-coordinate representation of color #2030BC: hue angle of 233.85º 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 #2030BC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 48 | 188 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.26 |
| HSL | 233.85º | 0.71% | 0.43% | - |
| HSV(B) | 233.85º | 0.83% | 0.74% | - |
| XYZ | 10.73 | 6.05 | 48.18 | - |
| YUV | 59.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 188 | 0.83 | 0.74 | 0 | 0.26 | 233.85 | 0.71 | 0.43 |
| Hex | 20 | 30 | BC | 53 | 4A | 0 | 1A | EA | 47 | 2B |
| Octal | 40 | 60 | 274 | 123 | 112 | 0 | 32 | 352 | 107 | 53 |
| Binary | 100000 | 110000 | 10111100 | 1010011 | 1001010 | 0 | 11010 | 11101010 | 1000111 | 101011 |
Color Harmonies of #2030BC
Complementary color
Monochromatic Colors of #2030BC
Black with #2030BC
Text Example
Text Example
White with #2030BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2030BC; }
p { color: rgb(32,48,188); }
H1.HeaderClassName
{
color: #2030BC;
}
.AnyTagClassName
{
color: #2030BC;
}
</style>
background-color css
<style>
a { background-color: #2030BC; }
a { background-color: rgb(32,48,188); }
div.DivClassName
{
background-color: #2030BC;
}
.BgClassName
{
background-color: #2030BC;
}
</style>
border-color css
<style>
span { border-color: #2030BC; }
span { border-color: rgb(32,48,188); }
td.TdClassName
{
border-color: #2030BC;
}
.TagClassName
{
border-color: #2030BC;
}
</style>