Shades of Persian Blue #203FEE
Tints of Persian Blue #203FEE
RGB
CMYK
RGB Variations
Color information
#203FEE (or 0x203FEE) is known color: Persian Blue. HEX triplet: 20, 3F and EE. RGB value is (32,63,238). Sum of RGB (Red+Green+Blue) = 32+63+238=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #203FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FEE is #DFC011. Grayscale: #484848. Windows color (decimal): -14663698 or 15613728. OLE color: 15613728.
HSL color Cylindrical-coordinate representation of color #203FEE: hue angle of 230.97º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203FEE is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 63 | 238 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.07 |
| HSL | 230.97º | 0.86% | 0.53% | - |
| HSV(B) | 230.97º | 0.87% | 0.93% | - |
| XYZ | 17.81 | 10.04 | 81.89 | - |
| YUV | 73.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 238 | 0.87 | 0.74 | 0 | 0.07 | 230.97 | 0.86 | 0.53 |
| Hex | 20 | 3F | EE | 57 | 4A | 0 | 7 | E7 | 56 | 35 |
| Octal | 40 | 77 | 356 | 127 | 112 | 0 | 7 | 347 | 126 | 65 |
| Binary | 100000 | 111111 | 11101110 | 1010111 | 1001010 | 0 | 111 | 11100111 | 1010110 | 110101 |
Color Harmonies of #203FEE
Complementary color
Monochromatic Colors of #203FEE
Black with #203FEE
Text Example
Text Example
White with #203FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FEE; }
p { color: rgb(32,63,238); }
H1.HeaderClassName
{
color: #203FEE;
}
.AnyTagClassName
{
color: #203FEE;
}
</style>
background-color css
<style>
a { background-color: #203FEE; }
a { background-color: rgb(32,63,238); }
div.DivClassName
{
background-color: #203FEE;
}
.BgClassName
{
background-color: #203FEE;
}
</style>
border-color css
<style>
span { border-color: #203FEE; }
span { border-color: rgb(32,63,238); }
td.TdClassName
{
border-color: #203FEE;
}
.TagClassName
{
border-color: #203FEE;
}
</style>