Shades of Persian Blue #203FDE
Tints of Persian Blue #203FDE
RGB
CMYK
RGB Variations
Color information
#203FDE (or 0x203FDE) is known color: Persian Blue. HEX triplet: 20, 3F and DE. RGB value is (32,63,222). Sum of RGB (Red+Green+Blue) = 32+63+222=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #203FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDE is #DFC021. Grayscale: #474747. Windows color (decimal): -14663714 or 14565152. OLE color: 14565152.
HSL color Cylindrical-coordinate representation of color #203FDE: hue angle of 230.21º 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 #203FDE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 63 | 222 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.13 |
| HSL | 230.21º | 0.75% | 0.5% | - |
| HSV(B) | 230.21º | 0.86% | 0.87% | - |
| XYZ | 15.56 | 9.14 | 70.05 | - |
| YUV | 71.86 | 212.73 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 222 | 0.86 | 0.72 | 0 | 0.13 | 230.21 | 0.75 | 0.5 |
| Hex | 20 | 3F | DE | 56 | 48 | 0 | D | E6 | 4B | 32 |
| Octal | 40 | 77 | 336 | 126 | 110 | 0 | 15 | 346 | 113 | 62 |
| Binary | 100000 | 111111 | 11011110 | 1010110 | 1001000 | 0 | 1101 | 11100110 | 1001011 | 110010 |
Color Harmonies of #203FDE
Complementary color
Monochromatic Colors of #203FDE
Black with #203FDE
Text Example
Text Example
White with #203FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FDE; }
p { color: rgb(32,63,222); }
H1.HeaderClassName
{
color: #203FDE;
}
.AnyTagClassName
{
color: #203FDE;
}
</style>
background-color css
<style>
a { background-color: #203FDE; }
a { background-color: rgb(32,63,222); }
div.DivClassName
{
background-color: #203FDE;
}
.BgClassName
{
background-color: #203FDE;
}
</style>
border-color css
<style>
span { border-color: #203FDE; }
span { border-color: rgb(32,63,222); }
td.TdClassName
{
border-color: #203FDE;
}
.TagClassName
{
border-color: #203FDE;
}
</style>