Shades of Persian Blue #202ACE
Tints of Persian Blue #202ACE
RGB
CMYK
RGB Variations
Color information
#202ACE (or 0x202ACE) is known color: Persian Blue. HEX triplet: 20, 2A and CE. RGB value is (32,42,206). Sum of RGB (Red+Green+Blue) = 32+42+206=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #202ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ACE is #DFD531. Grayscale: #393939. Windows color (decimal): -14669106 or 13511200. OLE color: 13511200.
HSL color Cylindrical-coordinate representation of color #202ACE: hue angle of 236.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202ACE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 42 | 206 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.19 |
| HSL | 236.55º | 0.73% | 0.47% | - |
| HSV(B) | 236.55º | 0.84% | 0.81% | - |
| XYZ | 12.56 | 6.42 | 58.97 | - |
| YUV | 57.71 | 211.69 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 206 | 0.84 | 0.80 | 0 | 0.19 | 236.55 | 0.73 | 0.47 |
| Hex | 20 | 2A | CE | 54 | 50 | 0 | 13 | ED | 49 | 2F |
| Octal | 40 | 52 | 316 | 124 | 120 | 0 | 23 | 355 | 111 | 57 |
| Binary | 100000 | 101010 | 11001110 | 1010100 | 1010000 | 0 | 10011 | 11101101 | 1001001 | 101111 |
Color Harmonies of #202ACE
Complementary color
Monochromatic Colors of #202ACE
Black with #202ACE
Text Example
Text Example
White with #202ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ACE; }
p { color: rgb(32,42,206); }
H1.HeaderClassName
{
color: #202ACE;
}
.AnyTagClassName
{
color: #202ACE;
}
</style>
background-color css
<style>
a { background-color: #202ACE; }
a { background-color: rgb(32,42,206); }
div.DivClassName
{
background-color: #202ACE;
}
.BgClassName
{
background-color: #202ACE;
}
</style>
border-color css
<style>
span { border-color: #202ACE; }
span { border-color: rgb(32,42,206); }
td.TdClassName
{
border-color: #202ACE;
}
.TagClassName
{
border-color: #202ACE;
}
</style>