Shades of Persian Blue #203EDA
Tints of Persian Blue #203EDA
RGB
CMYK
RGB Variations
Color information
#203EDA (or 0x203EDA) is known color: Persian Blue. HEX triplet: 20, 3E and DA. RGB value is (32,62,218). Sum of RGB (Red+Green+Blue) = 32+62+218=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #203EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EDA is #DFC125. Grayscale: #464646. Windows color (decimal): -14663974 or 14302752. OLE color: 14302752.
HSL color Cylindrical-coordinate representation of color #203EDA: hue angle of 230.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203EDA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 62 | 218 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.15 |
| HSL | 230.32º | 0.74% | 0.49% | - |
| HSV(B) | 230.32º | 0.85% | 0.85% | - |
| XYZ | 14.97 | 8.81 | 67.24 | - |
| YUV | 70.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 218 | 0.85 | 0.72 | 0 | 0.15 | 230.32 | 0.74 | 0.49 |
| Hex | 20 | 3E | DA | 55 | 48 | 0 | F | E6 | 4A | 31 |
| Octal | 40 | 76 | 332 | 125 | 110 | 0 | 17 | 346 | 112 | 61 |
| Binary | 100000 | 111110 | 11011010 | 1010101 | 1001000 | 0 | 1111 | 11100110 | 1001010 | 110001 |
Color Harmonies of #203EDA
Complementary color
Monochromatic Colors of #203EDA
Black with #203EDA
Text Example
Text Example
White with #203EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EDA; }
p { color: rgb(32,62,218); }
H1.HeaderClassName
{
color: #203EDA;
}
.AnyTagClassName
{
color: #203EDA;
}
</style>
background-color css
<style>
a { background-color: #203EDA; }
a { background-color: rgb(32,62,218); }
div.DivClassName
{
background-color: #203EDA;
}
.BgClassName
{
background-color: #203EDA;
}
</style>
border-color css
<style>
span { border-color: #203EDA; }
span { border-color: rgb(32,62,218); }
td.TdClassName
{
border-color: #203EDA;
}
.TagClassName
{
border-color: #203EDA;
}
</style>