Shades of Persian Blue #203EED
Tints of Persian Blue #203EED
RGB
CMYK
RGB Variations
Color information
#203EED (or 0x203EED) is known color: Persian Blue. HEX triplet: 20, 3E and ED. RGB value is (32,62,237). Sum of RGB (Red+Green+Blue) = 32+62+237=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #203EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203EED is #DFC112. Grayscale: #484848. Windows color (decimal): -14663955 or 15547936. OLE color: 15547936.
HSL color Cylindrical-coordinate representation of color #203EED: hue angle of 231.22º 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 #203EED is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 62 | 237 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.07 |
| HSL | 231.22º | 0.85% | 0.53% | - |
| HSV(B) | 231.22º | 0.86% | 0.93% | - |
| XYZ | 17.6 | 9.87 | 81.1 | - |
| YUV | 72.98 | 220.56 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 237 | 0.86 | 0.74 | 0 | 0.07 | 231.22 | 0.85 | 0.53 |
| Hex | 20 | 3E | ED | 56 | 4A | 0 | 7 | E7 | 55 | 35 |
| Octal | 40 | 76 | 355 | 126 | 112 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100000 | 111110 | 11101101 | 1010110 | 1001010 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #203EED
Complementary color
Monochromatic Colors of #203EED
Black with #203EED
Text Example
Text Example
White with #203EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EED; }
p { color: rgb(32,62,237); }
H1.HeaderClassName
{
color: #203EED;
}
.AnyTagClassName
{
color: #203EED;
}
</style>
background-color css
<style>
a { background-color: #203EED; }
a { background-color: rgb(32,62,237); }
div.DivClassName
{
background-color: #203EED;
}
.BgClassName
{
background-color: #203EED;
}
</style>
border-color css
<style>
span { border-color: #203EED; }
span { border-color: rgb(32,62,237); }
td.TdClassName
{
border-color: #203EED;
}
.TagClassName
{
border-color: #203EED;
}
</style>