Shades of Persian Blue #203DC9
Tints of Persian Blue #203DC9
RGB
CMYK
RGB Variations
Color information
#203DC9 (or 0x203DC9) is known color: Persian Blue. HEX triplet: 20, 3D and C9. RGB value is (32,61,201). Sum of RGB (Red+Green+Blue) = 32+61+201=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #203DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DC9 is #DFC236. Grayscale: #434343. Windows color (decimal): -14664247 or 13188384. OLE color: 13188384.
HSL color Cylindrical-coordinate representation of color #203DC9: hue angle of 229.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203DC9 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 61 | 201 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.21 |
| HSL | 229.7º | 0.73% | 0.46% | - |
| HSV(B) | 229.7º | 0.84% | 0.79% | - |
| XYZ | 12.81 | 7.86 | 56.1 | - |
| YUV | 68.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 201 | 0.84 | 0.70 | 0 | 0.21 | 229.7 | 0.73 | 0.46 |
| Hex | 20 | 3D | C9 | 54 | 46 | 0 | 15 | E6 | 49 | 2E |
| Octal | 40 | 75 | 311 | 124 | 106 | 0 | 25 | 346 | 111 | 56 |
| Binary | 100000 | 111101 | 11001001 | 1010100 | 1000110 | 0 | 10101 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203DC9
Complementary color
Monochromatic Colors of #203DC9
Black with #203DC9
Text Example
Text Example
White with #203DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DC9; }
p { color: rgb(32,61,201); }
H1.HeaderClassName
{
color: #203DC9;
}
.AnyTagClassName
{
color: #203DC9;
}
</style>
background-color css
<style>
a { background-color: #203DC9; }
a { background-color: rgb(32,61,201); }
div.DivClassName
{
background-color: #203DC9;
}
.BgClassName
{
background-color: #203DC9;
}
</style>
border-color css
<style>
span { border-color: #203DC9; }
span { border-color: rgb(32,61,201); }
td.TdClassName
{
border-color: #203DC9;
}
.TagClassName
{
border-color: #203DC9;
}
</style>