Shades of Persian Blue #203CAB
Tints of Persian Blue #203CAB
RGB
CMYK
RGB Variations
Color information
#203CAB (or 0x203CAB) is known color: Persian Blue. HEX triplet: 20, 3C and AB. RGB value is (32,60,171). Sum of RGB (Red+Green+Blue) = 32+60+171=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #203CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CAB is #DFC354. Grayscale: #3F3F3F. Windows color (decimal): -14664533 or 11222048. OLE color: 11222048.
HSL color Cylindrical-coordinate representation of color #203CAB: hue angle of 227.91º degrees, saturation: 0.68, 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 #203CAB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 60 | 171 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.33 |
| HSL | 227.91º | 0.68% | 0.4% | - |
| HSV(B) | 227.91º | 0.81% | 0.67% | - |
| XYZ | 9.56 | 6.48 | 39.27 | - |
| YUV | 64.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 171 | 0.81 | 0.65 | 0 | 0.33 | 227.91 | 0.68 | 0.4 |
| Hex | 20 | 3C | AB | 51 | 41 | 0 | 21 | E4 | 44 | 28 |
| Octal | 40 | 74 | 253 | 121 | 101 | 0 | 41 | 344 | 104 | 50 |
| Binary | 100000 | 111100 | 10101011 | 1010001 | 1000001 | 0 | 100001 | 11100100 | 1000100 | 101000 |
Color Harmonies of #203CAB
Complementary color
Monochromatic Colors of #203CAB
Black with #203CAB
Text Example
Text Example
White with #203CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CAB; }
p { color: rgb(32,60,171); }
H1.HeaderClassName
{
color: #203CAB;
}
.AnyTagClassName
{
color: #203CAB;
}
</style>
background-color css
<style>
a { background-color: #203CAB; }
a { background-color: rgb(32,60,171); }
div.DivClassName
{
background-color: #203CAB;
}
.BgClassName
{
background-color: #203CAB;
}
</style>
border-color css
<style>
span { border-color: #203CAB; }
span { border-color: rgb(32,60,171); }
td.TdClassName
{
border-color: #203CAB;
}
.TagClassName
{
border-color: #203CAB;
}
</style>