Shades of Persian Blue #203ABB
Tints of Persian Blue #203ABB
RGB
CMYK
RGB Variations
Color information
#203ABB (or 0x203ABB) is known color: Persian Blue. HEX triplet: 20, 3A and BB. RGB value is (32,58,187). Sum of RGB (Red+Green+Blue) = 32+58+187=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #203ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABB is #DFC544. Grayscale: #404040. Windows color (decimal): -14665029 or 12270112. OLE color: 12270112.
HSL color Cylindrical-coordinate representation of color #203ABB: hue angle of 229.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203ABB is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 58 | 187 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.27 |
| HSL | 229.94º | 0.71% | 0.43% | - |
| HSV(B) | 229.94º | 0.83% | 0.73% | - |
| XYZ | 11.08 | 6.92 | 47.77 | - |
| YUV | 64.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 187 | 0.83 | 0.69 | 0 | 0.27 | 229.94 | 0.71 | 0.43 |
| Hex | 20 | 3A | BB | 53 | 45 | 0 | 1B | E6 | 47 | 2B |
| Octal | 40 | 72 | 273 | 123 | 105 | 0 | 33 | 346 | 107 | 53 |
| Binary | 100000 | 111010 | 10111011 | 1010011 | 1000101 | 0 | 11011 | 11100110 | 1000111 | 101011 |
Color Harmonies of #203ABB
Complementary color
Monochromatic Colors of #203ABB
Black with #203ABB
Text Example
Text Example
White with #203ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ABB; }
p { color: rgb(32,58,187); }
H1.HeaderClassName
{
color: #203ABB;
}
.AnyTagClassName
{
color: #203ABB;
}
</style>
background-color css
<style>
a { background-color: #203ABB; }
a { background-color: rgb(32,58,187); }
div.DivClassName
{
background-color: #203ABB;
}
.BgClassName
{
background-color: #203ABB;
}
</style>
border-color css
<style>
span { border-color: #203ABB; }
span { border-color: rgb(32,58,187); }
td.TdClassName
{
border-color: #203ABB;
}
.TagClassName
{
border-color: #203ABB;
}
</style>