Shades of Persian Blue #203ECC
Tints of Persian Blue #203ECC
RGB
CMYK
RGB Variations
Color information
#203ECC (or 0x203ECC) is known color: Persian Blue. HEX triplet: 20, 3E and CC. RGB value is (32,62,204). Sum of RGB (Red+Green+Blue) = 32+62+204=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #203ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ECC is #DFC133. Grayscale: #444444. Windows color (decimal): -14663988 or 13385248. OLE color: 13385248.
HSL color Cylindrical-coordinate representation of color #203ECC: hue angle of 229.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203ECC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 62 | 204 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.2 |
| HSL | 229.53º | 0.73% | 0.46% | - |
| HSV(B) | 229.53º | 0.84% | 0.8% | - |
| XYZ | 13.22 | 8.11 | 58 | - |
| YUV | 69.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 204 | 0.84 | 0.70 | 0 | 0.2 | 229.53 | 0.73 | 0.46 |
| Hex | 20 | 3E | CC | 54 | 46 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 76 | 314 | 124 | 106 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111110 | 11001100 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203ECC
Complementary color
Monochromatic Colors of #203ECC
Black with #203ECC
Text Example
Text Example
White with #203ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ECC; }
p { color: rgb(32,62,204); }
H1.HeaderClassName
{
color: #203ECC;
}
.AnyTagClassName
{
color: #203ECC;
}
</style>
background-color css
<style>
a { background-color: #203ECC; }
a { background-color: rgb(32,62,204); }
div.DivClassName
{
background-color: #203ECC;
}
.BgClassName
{
background-color: #203ECC;
}
</style>
border-color css
<style>
span { border-color: #203ECC; }
span { border-color: rgb(32,62,204); }
td.TdClassName
{
border-color: #203ECC;
}
.TagClassName
{
border-color: #203ECC;
}
</style>