Shades of Persian Blue #203CCD
Tints of Persian Blue #203CCD
RGB
CMYK
RGB Variations
Color information
#203CCD (or 0x203CCD) is known color: Persian Blue. HEX triplet: 20, 3C and CD. RGB value is (32,60,205). Sum of RGB (Red+Green+Blue) = 32+60+205=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #203CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CCD is #DFC332. Grayscale: #434343. Windows color (decimal): -14664499 or 13450272. OLE color: 13450272.
HSL color Cylindrical-coordinate representation of color #203CCD: hue angle of 230.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203CCD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 60 | 205 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.20 |
| HSL | 230.29º | 0.73% | 0.46% | - |
| HSV(B) | 230.29º | 0.84% | 0.8% | - |
| XYZ | 13.23 | 7.95 | 58.59 | - |
| YUV | 68.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 205 | 0.84 | 0.71 | 0 | 0.20 | 230.29 | 0.73 | 0.46 |
| Hex | 20 | 3C | CD | 54 | 47 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 74 | 315 | 124 | 107 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111100 | 11001101 | 1010100 | 1000111 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203CCD
Complementary color
Monochromatic Colors of #203CCD
Black with #203CCD
Text Example
Text Example
White with #203CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CCD; }
p { color: rgb(32,60,205); }
H1.HeaderClassName
{
color: #203CCD;
}
.AnyTagClassName
{
color: #203CCD;
}
</style>
background-color css
<style>
a { background-color: #203CCD; }
a { background-color: rgb(32,60,205); }
div.DivClassName
{
background-color: #203CCD;
}
.BgClassName
{
background-color: #203CCD;
}
</style>
border-color css
<style>
span { border-color: #203CCD; }
span { border-color: rgb(32,60,205); }
td.TdClassName
{
border-color: #203CCD;
}
.TagClassName
{
border-color: #203CCD;
}
</style>