Shades of Persian Blue #203AB0
Tints of Persian Blue #203AB0
RGB
CMYK
RGB Variations
Color information
#203AB0 (or 0x203AB0) is known color: Persian Blue. HEX triplet: 20, 3A and B0. RGB value is (32,58,176). Sum of RGB (Red+Green+Blue) = 32+58+176=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 176 (69.14% from 255 or 66.17% from 266); Max value from RGB is 176 - color contains mainly: blue. Hex color #203AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AB0 is #DFC54F. Grayscale: #3F3F3F. Windows color (decimal): -14665040 or 11549216. OLE color: 11549216.
HSL color Cylindrical-coordinate representation of color #203AB0: hue angle of 229.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203AB0 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 58 | 176 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.31 |
| HSL | 229.17º | 0.69% | 0.41% | - |
| HSV(B) | 229.17º | 0.82% | 0.69% | - |
| XYZ | 9.95 | 6.47 | 41.8 | - |
| YUV | 63.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 176 | 0.82 | 0.67 | 0 | 0.31 | 229.17 | 0.69 | 0.41 |
| Hex | 20 | 3A | B0 | 52 | 43 | 0 | 1F | E5 | 45 | 29 |
| Octal | 40 | 72 | 260 | 122 | 103 | 0 | 37 | 345 | 105 | 51 |
| Binary | 100000 | 111010 | 10110000 | 1010010 | 1000011 | 0 | 11111 | 11100101 | 1000101 | 101001 |
Color Harmonies of #203AB0
Complementary color
Monochromatic Colors of #203AB0
Black with #203AB0
Text Example
Text Example
White with #203AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AB0; }
p { color: rgb(32,58,176); }
H1.HeaderClassName
{
color: #203AB0;
}
.AnyTagClassName
{
color: #203AB0;
}
</style>
background-color css
<style>
a { background-color: #203AB0; }
a { background-color: rgb(32,58,176); }
div.DivClassName
{
background-color: #203AB0;
}
.BgClassName
{
background-color: #203AB0;
}
</style>
border-color css
<style>
span { border-color: #203AB0; }
span { border-color: rgb(32,58,176); }
td.TdClassName
{
border-color: #203AB0;
}
.TagClassName
{
border-color: #203AB0;
}
</style>