Shades of Persian Blue #203CE6
Tints of Persian Blue #203CE6
RGB
CMYK
RGB Variations
Color information
#203CE6 (or 0x203CE6) is known color: Persian Blue. HEX triplet: 20, 3C and E6. RGB value is (32,60,230). Sum of RGB (Red+Green+Blue) = 32+60+230=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 230 (90.23% from 255 or 71.43% from 322); Max value from RGB is 230 - color contains mainly: blue. Hex color #203CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CE6 is #DFC319. Grayscale: #464646. Windows color (decimal): -14664474 or 15088672. OLE color: 15088672.
HSL color Cylindrical-coordinate representation of color #203CE6: hue angle of 231.52º degrees, saturation: 0.8, 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 #203CE6 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 60 | 230 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.10 |
| HSL | 231.52º | 0.8% | 0.51% | - |
| HSV(B) | 231.52º | 0.86% | 0.9% | - |
| XYZ | 16.49 | 9.25 | 75.78 | - |
| YUV | 71.01 | 217.72 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 230 | 0.86 | 0.74 | 0 | 0.10 | 231.52 | 0.8 | 0.51 |
| Hex | 20 | 3C | E6 | 56 | 4A | 0 | A | E8 | 50 | 33 |
| Octal | 40 | 74 | 346 | 126 | 112 | 0 | 12 | 350 | 120 | 63 |
| Binary | 100000 | 111100 | 11100110 | 1010110 | 1001010 | 0 | 1010 | 11101000 | 1010000 | 110011 |
Color Harmonies of #203CE6
Complementary color
Monochromatic Colors of #203CE6
Black with #203CE6
Text Example
Text Example
White with #203CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CE6; }
p { color: rgb(32,60,230); }
H1.HeaderClassName
{
color: #203CE6;
}
.AnyTagClassName
{
color: #203CE6;
}
</style>
background-color css
<style>
a { background-color: #203CE6; }
a { background-color: rgb(32,60,230); }
div.DivClassName
{
background-color: #203CE6;
}
.BgClassName
{
background-color: #203CE6;
}
</style>
border-color css
<style>
span { border-color: #203CE6; }
span { border-color: rgb(32,60,230); }
td.TdClassName
{
border-color: #203CE6;
}
.TagClassName
{
border-color: #203CE6;
}
</style>