Shades of Persian Blue #203AAC
Tints of Persian Blue #203AAC
RGB
CMYK
RGB Variations
Color information
#203AAC (or 0x203AAC) is known color: Persian Blue. HEX triplet: 20, 3A and AC. RGB value is (32,58,172). Sum of RGB (Red+Green+Blue) = 32+58+172=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #203AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AAC is #DFC553. Grayscale: #3E3E3E. Windows color (decimal): -14665044 or 11287072. OLE color: 11287072.
HSL color Cylindrical-coordinate representation of color #203AAC: hue angle of 228.86º 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 #203AAC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 58 | 172 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.33 |
| HSL | 228.86º | 0.69% | 0.4% | - |
| HSV(B) | 228.86º | 0.81% | 0.67% | - |
| XYZ | 9.56 | 6.31 | 39.74 | - |
| YUV | 63.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 172 | 0.81 | 0.66 | 0 | 0.33 | 228.86 | 0.69 | 0.4 |
| Hex | 20 | 3A | AC | 51 | 42 | 0 | 21 | E5 | 45 | 28 |
| Octal | 40 | 72 | 254 | 121 | 102 | 0 | 41 | 345 | 105 | 50 |
| Binary | 100000 | 111010 | 10101100 | 1010001 | 1000010 | 0 | 100001 | 11100101 | 1000101 | 101000 |
Color Harmonies of #203AAC
Complementary color
Monochromatic Colors of #203AAC
Black with #203AAC
Text Example
Text Example
White with #203AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AAC; }
p { color: rgb(32,58,172); }
H1.HeaderClassName
{
color: #203AAC;
}
.AnyTagClassName
{
color: #203AAC;
}
</style>
background-color css
<style>
a { background-color: #203AAC; }
a { background-color: rgb(32,58,172); }
div.DivClassName
{
background-color: #203AAC;
}
.BgClassName
{
background-color: #203AAC;
}
</style>
border-color css
<style>
span { border-color: #203AAC; }
span { border-color: rgb(32,58,172); }
td.TdClassName
{
border-color: #203AAC;
}
.TagClassName
{
border-color: #203AAC;
}
</style>