Shades of Persian Blue #203DAC
Tints of Persian Blue #203DAC
RGB
CMYK
RGB Variations
Color information
#203DAC (or 0x203DAC) is known color: Persian Blue. HEX triplet: 20, 3D and AC. RGB value is (32,61,172). Sum of RGB (Red+Green+Blue) = 32+61+172=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #203DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DAC is #DFC253. Grayscale: #404040. Windows color (decimal): -14664276 or 11287840. OLE color: 11287840.
HSL color Cylindrical-coordinate representation of color #203DAC: hue angle of 227.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203DAC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 61 | 172 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.33 |
| HSL | 227.57º | 0.69% | 0.4% | - |
| HSV(B) | 227.57º | 0.81% | 0.67% | - |
| XYZ | 9.71 | 6.62 | 39.8 | - |
| YUV | 64.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 172 | 0.81 | 0.65 | 0 | 0.33 | 227.57 | 0.69 | 0.4 |
| Hex | 20 | 3D | AC | 51 | 41 | 0 | 21 | E4 | 45 | 28 |
| Octal | 40 | 75 | 254 | 121 | 101 | 0 | 41 | 344 | 105 | 50 |
| Binary | 100000 | 111101 | 10101100 | 1010001 | 1000001 | 0 | 100001 | 11100100 | 1000101 | 101000 |
Color Harmonies of #203DAC
Complementary color
Monochromatic Colors of #203DAC
Black with #203DAC
Text Example
Text Example
White with #203DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DAC; }
p { color: rgb(32,61,172); }
H1.HeaderClassName
{
color: #203DAC;
}
.AnyTagClassName
{
color: #203DAC;
}
</style>
background-color css
<style>
a { background-color: #203DAC; }
a { background-color: rgb(32,61,172); }
div.DivClassName
{
background-color: #203DAC;
}
.BgClassName
{
background-color: #203DAC;
}
</style>
border-color css
<style>
span { border-color: #203DAC; }
span { border-color: rgb(32,61,172); }
td.TdClassName
{
border-color: #203DAC;
}
.TagClassName
{
border-color: #203DAC;
}
</style>