Shades of Persian Blue #202ECC
Tints of Persian Blue #202ECC
RGB
CMYK
RGB Variations
Color information
#202ECC (or 0x202ECC) is known color: Persian Blue. HEX triplet: 20, 2E and CC. RGB value is (32,46,204). Sum of RGB (Red+Green+Blue) = 32+46+204=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #202ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ECC is #DFD133. Grayscale: #3B3B3B. Windows color (decimal): -14668084 or 13381152. OLE color: 13381152.
HSL color Cylindrical-coordinate representation of color #202ECC: hue angle of 235.12º 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 #202ECC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 46 | 204 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.2 |
| HSL | 235.12º | 0.73% | 0.46% | - |
| HSV(B) | 235.12º | 0.84% | 0.8% | - |
| XYZ | 12.47 | 6.62 | 57.75 | - |
| YUV | 59.83 | 209.36 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 204 | 0.84 | 0.77 | 0 | 0.2 | 235.12 | 0.73 | 0.46 |
| Hex | 20 | 2E | CC | 54 | 4D | 0 | 14 | EB | 49 | 2E |
| Octal | 40 | 56 | 314 | 124 | 115 | 0 | 24 | 353 | 111 | 56 |
| Binary | 100000 | 101110 | 11001100 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001001 | 101110 |
Color Harmonies of #202ECC
Complementary color
Monochromatic Colors of #202ECC
Black with #202ECC
Text Example
Text Example
White with #202ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ECC; }
p { color: rgb(32,46,204); }
H1.HeaderClassName
{
color: #202ECC;
}
.AnyTagClassName
{
color: #202ECC;
}
</style>
background-color css
<style>
a { background-color: #202ECC; }
a { background-color: rgb(32,46,204); }
div.DivClassName
{
background-color: #202ECC;
}
.BgClassName
{
background-color: #202ECC;
}
</style>
border-color css
<style>
span { border-color: #202ECC; }
span { border-color: rgb(32,46,204); }
td.TdClassName
{
border-color: #202ECC;
}
.TagClassName
{
border-color: #202ECC;
}
</style>