Shades of Persian Blue #203EC9
Tints of Persian Blue #203EC9
RGB
CMYK
RGB Variations
Color information
#203EC9 (or 0x203EC9) is known color: Persian Blue. HEX triplet: 20, 3E and C9. RGB value is (32,62,201). Sum of RGB (Red+Green+Blue) = 32+62+201=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #203EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EC9 is #DFC136. Grayscale: #444444. Windows color (decimal): -14663991 or 13188640. OLE color: 13188640.
HSL color Cylindrical-coordinate representation of color #203EC9: hue angle of 229.35º 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 #203EC9 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 62 | 201 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.21 |
| HSL | 229.35º | 0.73% | 0.46% | - |
| HSV(B) | 229.35º | 0.84% | 0.79% | - |
| XYZ | 12.86 | 7.97 | 56.12 | - |
| YUV | 68.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 201 | 0.84 | 0.69 | 0 | 0.21 | 229.35 | 0.73 | 0.46 |
| Hex | 20 | 3E | C9 | 54 | 45 | 0 | 15 | E5 | 49 | 2E |
| Octal | 40 | 76 | 311 | 124 | 105 | 0 | 25 | 345 | 111 | 56 |
| Binary | 100000 | 111110 | 11001001 | 1010100 | 1000101 | 0 | 10101 | 11100101 | 1001001 | 101110 |
Color Harmonies of #203EC9
Complementary color
Monochromatic Colors of #203EC9
Black with #203EC9
Text Example
Text Example
White with #203EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EC9; }
p { color: rgb(32,62,201); }
H1.HeaderClassName
{
color: #203EC9;
}
.AnyTagClassName
{
color: #203EC9;
}
</style>
background-color css
<style>
a { background-color: #203EC9; }
a { background-color: rgb(32,62,201); }
div.DivClassName
{
background-color: #203EC9;
}
.BgClassName
{
background-color: #203EC9;
}
</style>
border-color css
<style>
span { border-color: #203EC9; }
span { border-color: rgb(32,62,201); }
td.TdClassName
{
border-color: #203EC9;
}
.TagClassName
{
border-color: #203EC9;
}
</style>