Shades of Persian Blue #203EDF
Tints of Persian Blue #203EDF
RGB
CMYK
RGB Variations
Color information
#203EDF (or 0x203EDF) is known color: Persian Blue. HEX triplet: 20, 3E and DF. RGB value is (32,62,223). Sum of RGB (Red+Green+Blue) = 32+62+223=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #203EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EDF is #DFC120. Grayscale: #464646. Windows color (decimal): -14663969 or 14630432. OLE color: 14630432.
HSL color Cylindrical-coordinate representation of color #203EDF: hue angle of 230.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203EDF is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 62 | 223 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.13 |
| HSL | 230.58º | 0.75% | 0.5% | - |
| HSV(B) | 230.58º | 0.86% | 0.87% | - |
| XYZ | 15.64 | 9.08 | 70.74 | - |
| YUV | 71.38 | 213.56 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 223 | 0.86 | 0.72 | 0 | 0.13 | 230.58 | 0.75 | 0.5 |
| Hex | 20 | 3E | DF | 56 | 48 | 0 | D | E7 | 4B | 32 |
| Octal | 40 | 76 | 337 | 126 | 110 | 0 | 15 | 347 | 113 | 62 |
| Binary | 100000 | 111110 | 11011111 | 1010110 | 1001000 | 0 | 1101 | 11100111 | 1001011 | 110010 |
Color Harmonies of #203EDF
Complementary color
Monochromatic Colors of #203EDF
Black with #203EDF
Text Example
Text Example
White with #203EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EDF; }
p { color: rgb(32,62,223); }
H1.HeaderClassName
{
color: #203EDF;
}
.AnyTagClassName
{
color: #203EDF;
}
</style>
background-color css
<style>
a { background-color: #203EDF; }
a { background-color: rgb(32,62,223); }
div.DivClassName
{
background-color: #203EDF;
}
.BgClassName
{
background-color: #203EDF;
}
</style>
border-color css
<style>
span { border-color: #203EDF; }
span { border-color: rgb(32,62,223); }
td.TdClassName
{
border-color: #203EDF;
}
.TagClassName
{
border-color: #203EDF;
}
</style>