Shades of Persian Blue #203CEC
Tints of Persian Blue #203CEC
RGB
CMYK
RGB Variations
Color information
#203CEC (or 0x203CEC) is known color: Persian Blue. HEX triplet: 20, 3C and EC. RGB value is (32,60,236). Sum of RGB (Red+Green+Blue) = 32+60+236=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #203CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CEC is #DFC313. Grayscale: #464646. Windows color (decimal): -14664468 or 15481888. OLE color: 15481888.
HSL color Cylindrical-coordinate representation of color #203CEC: hue angle of 231.76º 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 #203CEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 60 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 231.76º | 0.84% | 0.53% | - |
| HSV(B) | 231.76º | 0.86% | 0.93% | - |
| XYZ | 17.35 | 9.59 | 80.29 | - |
| YUV | 71.69 | 220.72 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 236 | 0.86 | 0.75 | 0 | 0.07 | 231.76 | 0.84 | 0.53 |
| Hex | 20 | 3C | EC | 56 | 4B | 0 | 7 | E8 | 54 | 35 |
| Octal | 40 | 74 | 354 | 126 | 113 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100000 | 111100 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #203CEC
Complementary color
Monochromatic Colors of #203CEC
Black with #203CEC
Text Example
Text Example
White with #203CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CEC; }
p { color: rgb(32,60,236); }
H1.HeaderClassName
{
color: #203CEC;
}
.AnyTagClassName
{
color: #203CEC;
}
</style>
background-color css
<style>
a { background-color: #203CEC; }
a { background-color: rgb(32,60,236); }
div.DivClassName
{
background-color: #203CEC;
}
.BgClassName
{
background-color: #203CEC;
}
</style>
border-color css
<style>
span { border-color: #203CEC; }
span { border-color: rgb(32,60,236); }
td.TdClassName
{
border-color: #203CEC;
}
.TagClassName
{
border-color: #203CEC;
}
</style>