Shades of Persian Blue #203AEF
Tints of Persian Blue #203AEF
RGB
CMYK
RGB Variations
Color information
#203AEF (or 0x203AEF) is known color: Persian Blue. HEX triplet: 20, 3A and EF. RGB value is (32,58,239). Sum of RGB (Red+Green+Blue) = 32+58+239=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #203AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203AEF is #DFC510. Grayscale: #464646. Windows color (decimal): -14664977 or 15677984. OLE color: 15677984.
HSL color Cylindrical-coordinate representation of color #203AEF: hue angle of 232.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203AEF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 58 | 239 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.06 |
| HSL | 232.46º | 0.87% | 0.53% | - |
| HSV(B) | 232.46º | 0.87% | 0.94% | - |
| XYZ | 17.69 | 9.57 | 82.58 | - |
| YUV | 70.86 | 222.89 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 239 | 0.87 | 0.76 | 0 | 0.06 | 232.46 | 0.87 | 0.53 |
| Hex | 20 | 3A | EF | 57 | 4C | 0 | 6 | E8 | 57 | 35 |
| Octal | 40 | 72 | 357 | 127 | 114 | 0 | 6 | 350 | 127 | 65 |
| Binary | 100000 | 111010 | 11101111 | 1010111 | 1001100 | 0 | 110 | 11101000 | 1010111 | 110101 |
Color Harmonies of #203AEF
Complementary color
Monochromatic Colors of #203AEF
Black with #203AEF
Text Example
Text Example
White with #203AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AEF; }
p { color: rgb(32,58,239); }
H1.HeaderClassName
{
color: #203AEF;
}
.AnyTagClassName
{
color: #203AEF;
}
</style>
background-color css
<style>
a { background-color: #203AEF; }
a { background-color: rgb(32,58,239); }
div.DivClassName
{
background-color: #203AEF;
}
.BgClassName
{
background-color: #203AEF;
}
</style>
border-color css
<style>
span { border-color: #203AEF; }
span { border-color: rgb(32,58,239); }
td.TdClassName
{
border-color: #203AEF;
}
.TagClassName
{
border-color: #203AEF;
}
</style>