Shades of Persian Blue #203DCD
Tints of Persian Blue #203DCD
RGB
CMYK
RGB Variations
Color information
#203DCD (or 0x203DCD) is known color: Persian Blue. HEX triplet: 20, 3D and CD. RGB value is (32,61,205). Sum of RGB (Red+Green+Blue) = 32+61+205=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #203DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DCD is #DFC232. Grayscale: #444444. Windows color (decimal): -14664243 or 13450528. OLE color: 13450528.
HSL color Cylindrical-coordinate representation of color #203DCD: hue angle of 229.94º 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 #203DCD is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 61 | 205 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.20 |
| HSL | 229.94º | 0.73% | 0.46% | - |
| HSV(B) | 229.94º | 0.84% | 0.8% | - |
| XYZ | 13.28 | 8.05 | 58.61 | - |
| YUV | 68.75 | 204.89 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 205 | 0.84 | 0.70 | 0 | 0.20 | 229.94 | 0.73 | 0.46 |
| Hex | 20 | 3D | CD | 54 | 46 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 75 | 315 | 124 | 106 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111101 | 11001101 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203DCD
Complementary color
Monochromatic Colors of #203DCD
Black with #203DCD
Text Example
Text Example
White with #203DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DCD; }
p { color: rgb(32,61,205); }
H1.HeaderClassName
{
color: #203DCD;
}
.AnyTagClassName
{
color: #203DCD;
}
</style>
background-color css
<style>
a { background-color: #203DCD; }
a { background-color: rgb(32,61,205); }
div.DivClassName
{
background-color: #203DCD;
}
.BgClassName
{
background-color: #203DCD;
}
</style>
border-color css
<style>
span { border-color: #203DCD; }
span { border-color: rgb(32,61,205); }
td.TdClassName
{
border-color: #203DCD;
}
.TagClassName
{
border-color: #203DCD;
}
</style>