Shades of Persian Blue #203AEC
Tints of Persian Blue #203AEC
RGB
CMYK
RGB Variations
Color information
#203AEC (or 0x203AEC) is known color: Persian Blue. HEX triplet: 20, 3A and EC. RGB value is (32,58,236). Sum of RGB (Red+Green+Blue) = 32+58+236=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #203AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203AEC is #DFC513. Grayscale: #454545. Windows color (decimal): -14664980 or 15481376. OLE color: 15481376.
HSL color Cylindrical-coordinate representation of color #203AEC: hue angle of 232.35º 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 #203AEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 58 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.35º | 0.84% | 0.53% | - |
| HSV(B) | 232.35º | 0.86% | 0.93% | - |
| XYZ | 17.25 | 9.39 | 80.26 | - |
| YUV | 70.52 | 221.39 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 236 | 0.86 | 0.75 | 0 | 0.07 | 232.35 | 0.84 | 0.53 |
| Hex | 20 | 3A | EC | 56 | 4B | 0 | 7 | E8 | 54 | 35 |
| Octal | 40 | 72 | 354 | 126 | 113 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100000 | 111010 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #203AEC
Complementary color
Monochromatic Colors of #203AEC
Black with #203AEC
Text Example
Text Example
White with #203AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AEC; }
p { color: rgb(32,58,236); }
H1.HeaderClassName
{
color: #203AEC;
}
.AnyTagClassName
{
color: #203AEC;
}
</style>
background-color css
<style>
a { background-color: #203AEC; }
a { background-color: rgb(32,58,236); }
div.DivClassName
{
background-color: #203AEC;
}
.BgClassName
{
background-color: #203AEC;
}
</style>
border-color css
<style>
span { border-color: #203AEC; }
span { border-color: rgb(32,58,236); }
td.TdClassName
{
border-color: #203AEC;
}
.TagClassName
{
border-color: #203AEC;
}
</style>