Shades of Persian Blue #203CED
Tints of Persian Blue #203CED
RGB
CMYK
RGB Variations
Color information
#203CED (or 0x203CED) is known color: Persian Blue. HEX triplet: 20, 3C and ED. RGB value is (32,60,237). Sum of RGB (Red+Green+Blue) = 32+60+237=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #203CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CED is #DFC312. Grayscale: #474747. Windows color (decimal): -14664467 or 15547424. OLE color: 15547424.
HSL color Cylindrical-coordinate representation of color #203CED: hue angle of 231.8º degrees, saturation: 0.85, 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 #203CED is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 60 | 237 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 231.8º | 0.85% | 0.53% | - |
| HSV(B) | 231.8º | 0.86% | 0.93% | - |
| XYZ | 17.5 | 9.65 | 81.06 | - |
| YUV | 71.81 | 221.22 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 237 | 0.86 | 0.75 | 0 | 0.07 | 231.8 | 0.85 | 0.53 |
| Hex | 20 | 3C | ED | 56 | 4B | 0 | 7 | E8 | 55 | 35 |
| Octal | 40 | 74 | 355 | 126 | 113 | 0 | 7 | 350 | 125 | 65 |
| Binary | 100000 | 111100 | 11101101 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010101 | 110101 |
Color Harmonies of #203CED
Complementary color
Monochromatic Colors of #203CED
Black with #203CED
Text Example
Text Example
White with #203CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CED; }
p { color: rgb(32,60,237); }
H1.HeaderClassName
{
color: #203CED;
}
.AnyTagClassName
{
color: #203CED;
}
</style>
background-color css
<style>
a { background-color: #203CED; }
a { background-color: rgb(32,60,237); }
div.DivClassName
{
background-color: #203CED;
}
.BgClassName
{
background-color: #203CED;
}
</style>
border-color css
<style>
span { border-color: #203CED; }
span { border-color: rgb(32,60,237); }
td.TdClassName
{
border-color: #203CED;
}
.TagClassName
{
border-color: #203CED;
}
</style>