Shades of Persian Blue #203FEB
Tints of Persian Blue #203FEB
RGB
CMYK
RGB Variations
Color information
#203FEB (or 0x203FEB) is known color: Persian Blue. HEX triplet: 20, 3F and EB. RGB value is (32,63,235). Sum of RGB (Red+Green+Blue) = 32+63+235=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #203FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FEB is #DFC014. Grayscale: #484848. Windows color (decimal): -14663701 or 15417120. OLE color: 15417120.
HSL color Cylindrical-coordinate representation of color #203FEB: hue angle of 230.84º 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 #203FEB is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 63 | 235 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.08 |
| HSL | 230.84º | 0.84% | 0.52% | - |
| HSV(B) | 230.84º | 0.86% | 0.92% | - |
| XYZ | 17.37 | 9.86 | 79.59 | - |
| YUV | 73.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 235 | 0.86 | 0.73 | 0 | 0.08 | 230.84 | 0.84 | 0.52 |
| Hex | 20 | 3F | EB | 56 | 49 | 0 | 8 | E7 | 54 | 34 |
| Octal | 40 | 77 | 353 | 126 | 111 | 0 | 10 | 347 | 124 | 64 |
| Binary | 100000 | 111111 | 11101011 | 1010110 | 1001001 | 0 | 1000 | 11100111 | 1010100 | 110100 |
Color Harmonies of #203FEB
Complementary color
Monochromatic Colors of #203FEB
Black with #203FEB
Text Example
Text Example
White with #203FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FEB; }
p { color: rgb(32,63,235); }
H1.HeaderClassName
{
color: #203FEB;
}
.AnyTagClassName
{
color: #203FEB;
}
</style>
background-color css
<style>
a { background-color: #203FEB; }
a { background-color: rgb(32,63,235); }
div.DivClassName
{
background-color: #203FEB;
}
.BgClassName
{
background-color: #203FEB;
}
</style>
border-color css
<style>
span { border-color: #203FEB; }
span { border-color: rgb(32,63,235); }
td.TdClassName
{
border-color: #203FEB;
}
.TagClassName
{
border-color: #203FEB;
}
</style>