Shades of Persian Blue #2030D6
Tints of Persian Blue #2030D6
RGB
CMYK
RGB Variations
Color information
#2030D6 (or 0x2030D6) is known color: Persian Blue. HEX triplet: 20, 30 and D6. RGB value is (32,48,214). Sum of RGB (Red+Green+Blue) = 32+48+214=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #2030D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2030D6 is #DFCF29. Grayscale: #3D3D3D. Windows color (decimal): -14667562 or 14037024. OLE color: 14037024.
HSL color Cylindrical-coordinate representation of color #2030D6: hue angle of 234.73º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2030D6 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 48 | 214 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.16 |
| HSL | 234.73º | 0.74% | 0.48% | - |
| HSV(B) | 234.73º | 0.85% | 0.84% | - |
| XYZ | 13.79 | 7.28 | 64.3 | - |
| YUV | 62.14 | 213.7 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 214 | 0.85 | 0.78 | 0 | 0.16 | 234.73 | 0.74 | 0.48 |
| Hex | 20 | 30 | D6 | 55 | 4E | 0 | 10 | EB | 4A | 30 |
| Octal | 40 | 60 | 326 | 125 | 116 | 0 | 20 | 353 | 112 | 60 |
| Binary | 100000 | 110000 | 11010110 | 1010101 | 1001110 | 0 | 10000 | 11101011 | 1001010 | 110000 |
Color Harmonies of #2030D6
Complementary color
Monochromatic Colors of #2030D6
Black with #2030D6
Text Example
Text Example
White with #2030D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2030D6; }
p { color: rgb(32,48,214); }
H1.HeaderClassName
{
color: #2030D6;
}
.AnyTagClassName
{
color: #2030D6;
}
</style>
background-color css
<style>
a { background-color: #2030D6; }
a { background-color: rgb(32,48,214); }
div.DivClassName
{
background-color: #2030D6;
}
.BgClassName
{
background-color: #2030D6;
}
</style>
border-color css
<style>
span { border-color: #2030D6; }
span { border-color: rgb(32,48,214); }
td.TdClassName
{
border-color: #2030D6;
}
.TagClassName
{
border-color: #2030D6;
}
</style>