Shades of Persian Blue #203ABE
Tints of Persian Blue #203ABE
RGB
CMYK
RGB Variations
Color information
#203ABE (or 0x203ABE) is known color: Persian Blue. HEX triplet: 20, 3A and BE. RGB value is (32,58,190). Sum of RGB (Red+Green+Blue) = 32+58+190=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #203ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABE is #DFC541. Grayscale: #404040. Windows color (decimal): -14665026 or 12466720. OLE color: 12466720.
HSL color Cylindrical-coordinate representation of color #203ABE: hue angle of 230.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203ABE is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 58 | 190 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.25 |
| HSL | 230.13º | 0.71% | 0.44% | - |
| HSV(B) | 230.13º | 0.83% | 0.75% | - |
| XYZ | 11.4 | 7.05 | 49.48 | - |
| YUV | 65.27 | 198.39 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 190 | 0.83 | 0.69 | 0 | 0.25 | 230.13 | 0.71 | 0.44 |
| Hex | 20 | 3A | BE | 53 | 45 | 0 | 19 | E6 | 47 | 2C |
| Octal | 40 | 72 | 276 | 123 | 105 | 0 | 31 | 346 | 107 | 54 |
| Binary | 100000 | 111010 | 10111110 | 1010011 | 1000101 | 0 | 11001 | 11100110 | 1000111 | 101100 |
Color Harmonies of #203ABE
Complementary color
Monochromatic Colors of #203ABE
Black with #203ABE
Text Example
Text Example
White with #203ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ABE; }
p { color: rgb(32,58,190); }
H1.HeaderClassName
{
color: #203ABE;
}
.AnyTagClassName
{
color: #203ABE;
}
</style>
background-color css
<style>
a { background-color: #203ABE; }
a { background-color: rgb(32,58,190); }
div.DivClassName
{
background-color: #203ABE;
}
.BgClassName
{
background-color: #203ABE;
}
</style>
border-color css
<style>
span { border-color: #203ABE; }
span { border-color: rgb(32,58,190); }
td.TdClassName
{
border-color: #203ABE;
}
.TagClassName
{
border-color: #203ABE;
}
</style>