Shades of Persian Blue #203AB2
Tints of Persian Blue #203AB2
RGB
CMYK
RGB Variations
Color information
#203AB2 (or 0x203AB2) is known color: Persian Blue. HEX triplet: 20, 3A and B2. RGB value is (32,58,178). Sum of RGB (Red+Green+Blue) = 32+58+178=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 178 (69.92% from 255 or 66.42% from 268); Max value from RGB is 178 - color contains mainly: blue. Hex color #203AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AB2 is #DFC54D. Grayscale: #3F3F3F. Windows color (decimal): -14665038 or 11680288. OLE color: 11680288.
HSL color Cylindrical-coordinate representation of color #203AB2: hue angle of 229.32º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203AB2 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 58 | 178 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.30 |
| HSL | 229.32º | 0.7% | 0.41% | - |
| HSV(B) | 229.32º | 0.82% | 0.7% | - |
| XYZ | 10.14 | 6.55 | 42.85 | - |
| YUV | 63.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 178 | 0.82 | 0.67 | 0 | 0.30 | 229.32 | 0.7 | 0.41 |
| Hex | 20 | 3A | B2 | 52 | 43 | 0 | 1E | E5 | 46 | 29 |
| Octal | 40 | 72 | 262 | 122 | 103 | 0 | 36 | 345 | 106 | 51 |
| Binary | 100000 | 111010 | 10110010 | 1010010 | 1000011 | 0 | 11110 | 11100101 | 1000110 | 101001 |
Color Harmonies of #203AB2
Complementary color
Monochromatic Colors of #203AB2
Black with #203AB2
Text Example
Text Example
White with #203AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AB2; }
p { color: rgb(32,58,178); }
H1.HeaderClassName
{
color: #203AB2;
}
.AnyTagClassName
{
color: #203AB2;
}
</style>
background-color css
<style>
a { background-color: #203AB2; }
a { background-color: rgb(32,58,178); }
div.DivClassName
{
background-color: #203AB2;
}
.BgClassName
{
background-color: #203AB2;
}
</style>
border-color css
<style>
span { border-color: #203AB2; }
span { border-color: rgb(32,58,178); }
td.TdClassName
{
border-color: #203AB2;
}
.TagClassName
{
border-color: #203AB2;
}
</style>