Shades of Persian Blue #203CD6
Tints of Persian Blue #203CD6
RGB
CMYK
RGB Variations
Color information
#203CD6 (or 0x203CD6) is known color: Persian Blue. HEX triplet: 20, 3C and D6. RGB value is (32,60,214). Sum of RGB (Red+Green+Blue) = 32+60+214=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #203CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CD6 is #DFC329. Grayscale: #444444. Windows color (decimal): -14664490 or 14040096. OLE color: 14040096.
HSL color Cylindrical-coordinate representation of color #203CD6: hue angle of 230.77º 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 #203CD6 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 60 | 214 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.16 |
| HSL | 230.77º | 0.74% | 0.48% | - |
| HSV(B) | 230.77º | 0.85% | 0.84% | - |
| XYZ | 14.35 | 8.39 | 64.48 | - |
| YUV | 69.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 214 | 0.85 | 0.72 | 0 | 0.16 | 230.77 | 0.74 | 0.48 |
| Hex | 20 | 3C | D6 | 55 | 48 | 0 | 10 | E7 | 4A | 30 |
| Octal | 40 | 74 | 326 | 125 | 110 | 0 | 20 | 347 | 112 | 60 |
| Binary | 100000 | 111100 | 11010110 | 1010101 | 1001000 | 0 | 10000 | 11100111 | 1001010 | 110000 |
Color Harmonies of #203CD6
Complementary color
Monochromatic Colors of #203CD6
Black with #203CD6
Text Example
Text Example
White with #203CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CD6; }
p { color: rgb(32,60,214); }
H1.HeaderClassName
{
color: #203CD6;
}
.AnyTagClassName
{
color: #203CD6;
}
</style>
background-color css
<style>
a { background-color: #203CD6; }
a { background-color: rgb(32,60,214); }
div.DivClassName
{
background-color: #203CD6;
}
.BgClassName
{
background-color: #203CD6;
}
</style>
border-color css
<style>
span { border-color: #203CD6; }
span { border-color: rgb(32,60,214); }
td.TdClassName
{
border-color: #203CD6;
}
.TagClassName
{
border-color: #203CD6;
}
</style>