Shades of Persian Blue #203EDC
Tints of Persian Blue #203EDC
RGB
CMYK
RGB Variations
Color information
#203EDC (or 0x203EDC) is known color: Persian Blue. HEX triplet: 20, 3E and DC. RGB value is (32,62,220). Sum of RGB (Red+Green+Blue) = 32+62+220=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #203EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EDC is #DFC123. Grayscale: #464646. Windows color (decimal): -14663972 or 14433824. OLE color: 14433824.
HSL color Cylindrical-coordinate representation of color #203EDC: hue angle of 230.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203EDC is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 62 | 220 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.14 |
| HSL | 230.43º | 0.75% | 0.49% | - |
| HSV(B) | 230.43º | 0.85% | 0.86% | - |
| XYZ | 15.24 | 8.92 | 68.63 | - |
| YUV | 71.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 220 | 0.85 | 0.72 | 0 | 0.14 | 230.43 | 0.75 | 0.49 |
| Hex | 20 | 3E | DC | 55 | 48 | 0 | E | E6 | 4B | 31 |
| Octal | 40 | 76 | 334 | 125 | 110 | 0 | 16 | 346 | 113 | 61 |
| Binary | 100000 | 111110 | 11011100 | 1010101 | 1001000 | 0 | 1110 | 11100110 | 1001011 | 110001 |
Color Harmonies of #203EDC
Complementary color
Monochromatic Colors of #203EDC
Black with #203EDC
Text Example
Text Example
White with #203EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EDC; }
p { color: rgb(32,62,220); }
H1.HeaderClassName
{
color: #203EDC;
}
.AnyTagClassName
{
color: #203EDC;
}
</style>
background-color css
<style>
a { background-color: #203EDC; }
a { background-color: rgb(32,62,220); }
div.DivClassName
{
background-color: #203EDC;
}
.BgClassName
{
background-color: #203EDC;
}
</style>
border-color css
<style>
span { border-color: #203EDC; }
span { border-color: rgb(32,62,220); }
td.TdClassName
{
border-color: #203EDC;
}
.TagClassName
{
border-color: #203EDC;
}
</style>