Shades of Persian Blue #203EEB
Tints of Persian Blue #203EEB
RGB
CMYK
RGB Variations
Color information
#203EEB (or 0x203EEB) is known color: Persian Blue. HEX triplet: 20, 3E and EB. RGB value is (32,62,235). Sum of RGB (Red+Green+Blue) = 32+62+235=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #203EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203EEB is #DFC114. Grayscale: #484848. Windows color (decimal): -14663957 or 15416864. OLE color: 15416864.
HSL color Cylindrical-coordinate representation of color #203EEB: hue angle of 231.13º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203EEB is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 62 | 235 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.08 |
| HSL | 231.13º | 0.84% | 0.52% | - |
| HSV(B) | 231.13º | 0.86% | 0.92% | - |
| XYZ | 17.31 | 9.75 | 79.57 | - |
| YUV | 72.75 | 219.56 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 235 | 0.86 | 0.74 | 0 | 0.08 | 231.13 | 0.84 | 0.52 |
| Hex | 20 | 3E | EB | 56 | 4A | 0 | 8 | E7 | 54 | 34 |
| Octal | 40 | 76 | 353 | 126 | 112 | 0 | 10 | 347 | 124 | 64 |
| Binary | 100000 | 111110 | 11101011 | 1010110 | 1001010 | 0 | 1000 | 11100111 | 1010100 | 110100 |
Color Harmonies of #203EEB
Complementary color
Monochromatic Colors of #203EEB
Black with #203EEB
Text Example
Text Example
White with #203EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EEB; }
p { color: rgb(32,62,235); }
H1.HeaderClassName
{
color: #203EEB;
}
.AnyTagClassName
{
color: #203EEB;
}
</style>
background-color css
<style>
a { background-color: #203EEB; }
a { background-color: rgb(32,62,235); }
div.DivClassName
{
background-color: #203EEB;
}
.BgClassName
{
background-color: #203EEB;
}
</style>
border-color css
<style>
span { border-color: #203EEB; }
span { border-color: rgb(32,62,235); }
td.TdClassName
{
border-color: #203EEB;
}
.TagClassName
{
border-color: #203EEB;
}
</style>