Shades of Persian Blue #203FEC
Tints of Persian Blue #203FEC
RGB
CMYK
RGB Variations
Color information
#203FEC (or 0x203FEC) is known color: Persian Blue. HEX triplet: 20, 3F and EC. RGB value is (32,63,236). Sum of RGB (Red+Green+Blue) = 32+63+236=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #203FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FEC is #DFC013. Grayscale: #484848. Windows color (decimal): -14663700 or 15482656. OLE color: 15482656.
HSL color Cylindrical-coordinate representation of color #203FEC: hue angle of 230.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FEC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 63 | 236 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.88º | 0.84% | 0.53% | - |
| HSV(B) | 230.88º | 0.86% | 0.93% | - |
| XYZ | 17.51 | 9.92 | 80.35 | - |
| YUV | 73.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 236 | 0.86 | 0.73 | 0 | 0.07 | 230.88 | 0.84 | 0.53 |
| Hex | 20 | 3F | EC | 56 | 49 | 0 | 7 | E7 | 54 | 35 |
| Octal | 40 | 77 | 354 | 126 | 111 | 0 | 7 | 347 | 124 | 65 |
| Binary | 100000 | 111111 | 11101100 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010100 | 110101 |
Color Harmonies of #203FEC
Complementary color
Monochromatic Colors of #203FEC
Black with #203FEC
Text Example
Text Example
White with #203FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FEC; }
p { color: rgb(32,63,236); }
H1.HeaderClassName
{
color: #203FEC;
}
.AnyTagClassName
{
color: #203FEC;
}
</style>
background-color css
<style>
a { background-color: #203FEC; }
a { background-color: rgb(32,63,236); }
div.DivClassName
{
background-color: #203FEC;
}
.BgClassName
{
background-color: #203FEC;
}
</style>
border-color css
<style>
span { border-color: #203FEC; }
span { border-color: rgb(32,63,236); }
td.TdClassName
{
border-color: #203FEC;
}
.TagClassName
{
border-color: #203FEC;
}
</style>