Shades of Persian Blue #203DEC
Tints of Persian Blue #203DEC
RGB
CMYK
RGB Variations
Color information
#203DEC (or 0x203DEC) is known color: Persian Blue. HEX triplet: 20, 3D and EC. RGB value is (32,61,236). Sum of RGB (Red+Green+Blue) = 32+61+236=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #203DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203DEC is #DFC213. Grayscale: #474747. Windows color (decimal): -14664212 or 15482144. OLE color: 15482144.
HSL color Cylindrical-coordinate representation of color #203DEC: hue angle of 231.47º 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 #203DEC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 61 | 236 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.07 |
| HSL | 231.47º | 0.84% | 0.53% | - |
| HSV(B) | 231.47º | 0.86% | 0.93% | - |
| XYZ | 17.4 | 9.7 | 80.31 | - |
| YUV | 72.28 | 220.39 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 236 | 0.86 | 0.74 | 0 | 0.07 | 231.47 | 0.84 | 0.53 |
| Hex | 20 | 3D | EC | 56 | 4A | 0 | 7 | E7 | 54 | 35 |
| Octal | 40 | 75 | 354 | 126 | 112 | 0 | 7 | 347 | 124 | 65 |
| Binary | 100000 | 111101 | 11101100 | 1010110 | 1001010 | 0 | 111 | 11100111 | 1010100 | 110101 |
Color Harmonies of #203DEC
Complementary color
Monochromatic Colors of #203DEC
Black with #203DEC
Text Example
Text Example
White with #203DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DEC; }
p { color: rgb(32,61,236); }
H1.HeaderClassName
{
color: #203DEC;
}
.AnyTagClassName
{
color: #203DEC;
}
</style>
background-color css
<style>
a { background-color: #203DEC; }
a { background-color: rgb(32,61,236); }
div.DivClassName
{
background-color: #203DEC;
}
.BgClassName
{
background-color: #203DEC;
}
</style>
border-color css
<style>
span { border-color: #203DEC; }
span { border-color: rgb(32,61,236); }
td.TdClassName
{
border-color: #203DEC;
}
.TagClassName
{
border-color: #203DEC;
}
</style>