Shades of Persian Blue #203ABF
Tints of Persian Blue #203ABF
RGB
CMYK
RGB Variations
Color information
#203ABF (or 0x203ABF) is known color: Persian Blue. HEX triplet: 20, 3A and BF. RGB value is (32,58,191). Sum of RGB (Red+Green+Blue) = 32+58+191=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #203ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABF is #DFC540. Grayscale: #404040. Windows color (decimal): -14665025 or 12532256. OLE color: 12532256.
HSL color Cylindrical-coordinate representation of color #203ABF: hue angle of 230.19º 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 #203ABF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 58 | 191 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.25 |
| HSL | 230.19º | 0.71% | 0.44% | - |
| HSV(B) | 230.19º | 0.83% | 0.75% | - |
| XYZ | 11.51 | 7.09 | 50.05 | - |
| YUV | 65.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 191 | 0.83 | 0.70 | 0 | 0.25 | 230.19 | 0.71 | 0.44 |
| Hex | 20 | 3A | BF | 53 | 46 | 0 | 19 | E6 | 47 | 2C |
| Octal | 40 | 72 | 277 | 123 | 106 | 0 | 31 | 346 | 107 | 54 |
| Binary | 100000 | 111010 | 10111111 | 1010011 | 1000110 | 0 | 11001 | 11100110 | 1000111 | 101100 |
Color Harmonies of #203ABF
Complementary color
Monochromatic Colors of #203ABF
Black with #203ABF
Text Example
Text Example
White with #203ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ABF; }
p { color: rgb(32,58,191); }
H1.HeaderClassName
{
color: #203ABF;
}
.AnyTagClassName
{
color: #203ABF;
}
</style>
background-color css
<style>
a { background-color: #203ABF; }
a { background-color: rgb(32,58,191); }
div.DivClassName
{
background-color: #203ABF;
}
.BgClassName
{
background-color: #203ABF;
}
</style>
border-color css
<style>
span { border-color: #203ABF; }
span { border-color: rgb(32,58,191); }
td.TdClassName
{
border-color: #203ABF;
}
.TagClassName
{
border-color: #203ABF;
}
</style>