Shades of Persian Blue #202CAE
Tints of Persian Blue #202CAE
RGB
CMYK
RGB Variations
Color information
#202CAE (or 0x202CAE) is known color: Persian Blue. HEX triplet: 20, 2C and AE. RGB value is (32,44,174). Sum of RGB (Red+Green+Blue) = 32+44+174=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #202CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CAE is #DFD351. Grayscale: #363636. Windows color (decimal): -14668626 or 11414560. OLE color: 11414560.
HSL color Cylindrical-coordinate representation of color #202CAE: hue angle of 234.93º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202CAE is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 44 | 174 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.32 |
| HSL | 234.93º | 0.69% | 0.4% | - |
| HSV(B) | 234.93º | 0.82% | 0.68% | - |
| XYZ | 9.14 | 5.16 | 40.56 | - |
| YUV | 55.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 174 | 0.82 | 0.75 | 0 | 0.32 | 234.93 | 0.69 | 0.4 |
| Hex | 20 | 2C | AE | 52 | 4B | 0 | 20 | EB | 45 | 28 |
| Octal | 40 | 54 | 256 | 122 | 113 | 0 | 40 | 353 | 105 | 50 |
| Binary | 100000 | 101100 | 10101110 | 1010010 | 1001011 | 0 | 100000 | 11101011 | 1000101 | 101000 |
Color Harmonies of #202CAE
Complementary color
Monochromatic Colors of #202CAE
Black with #202CAE
Text Example
Text Example
White with #202CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CAE; }
p { color: rgb(32,44,174); }
H1.HeaderClassName
{
color: #202CAE;
}
.AnyTagClassName
{
color: #202CAE;
}
</style>
background-color css
<style>
a { background-color: #202CAE; }
a { background-color: rgb(32,44,174); }
div.DivClassName
{
background-color: #202CAE;
}
.BgClassName
{
background-color: #202CAE;
}
</style>
border-color css
<style>
span { border-color: #202CAE; }
span { border-color: rgb(32,44,174); }
td.TdClassName
{
border-color: #202CAE;
}
.TagClassName
{
border-color: #202CAE;
}
</style>