Shades of Persian Blue #203FE5
Tints of Persian Blue #203FE5
RGB
CMYK
RGB Variations
Color information
#203FE5 (or 0x203FE5) is known color: Persian Blue. HEX triplet: 20, 3F and E5. RGB value is (32,63,229). Sum of RGB (Red+Green+Blue) = 32+63+229=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #203FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FE5 is #DFC01A. Grayscale: #474747. Windows color (decimal): -14663707 or 15023904. OLE color: 15023904.
HSL color Cylindrical-coordinate representation of color #203FE5: hue angle of 230.56º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FE5 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 63 | 229 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.10 |
| HSL | 230.56º | 0.79% | 0.51% | - |
| HSV(B) | 230.56º | 0.86% | 0.9% | - |
| XYZ | 16.52 | 9.52 | 75.1 | - |
| YUV | 72.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 229 | 0.86 | 0.72 | 0 | 0.10 | 230.56 | 0.79 | 0.51 |
| Hex | 20 | 3F | E5 | 56 | 48 | 0 | A | E7 | 4F | 33 |
| Octal | 40 | 77 | 345 | 126 | 110 | 0 | 12 | 347 | 117 | 63 |
| Binary | 100000 | 111111 | 11100101 | 1010110 | 1001000 | 0 | 1010 | 11100111 | 1001111 | 110011 |
Color Harmonies of #203FE5
Complementary color
Monochromatic Colors of #203FE5
Black with #203FE5
Text Example
Text Example
White with #203FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FE5; }
p { color: rgb(32,63,229); }
H1.HeaderClassName
{
color: #203FE5;
}
.AnyTagClassName
{
color: #203FE5;
}
</style>
background-color css
<style>
a { background-color: #203FE5; }
a { background-color: rgb(32,63,229); }
div.DivClassName
{
background-color: #203FE5;
}
.BgClassName
{
background-color: #203FE5;
}
</style>
border-color css
<style>
span { border-color: #203FE5; }
span { border-color: rgb(32,63,229); }
td.TdClassName
{
border-color: #203FE5;
}
.TagClassName
{
border-color: #203FE5;
}
</style>