Shades of Persian Blue #202BAE
Tints of Persian Blue #202BAE
RGB
CMYK
RGB Variations
Color information
#202BAE (or 0x202BAE) is known color: Persian Blue. HEX triplet: 20, 2B and AE. RGB value is (32,43,174). Sum of RGB (Red+Green+Blue) = 32+43+174=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #202BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202BAE is #DFD451. Grayscale: #363636. Windows color (decimal): -14668882 or 11414304. OLE color: 11414304.
HSL color Cylindrical-coordinate representation of color #202BAE: hue angle of 235.35º 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 #202BAE is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 43 | 174 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.32 |
| HSL | 235.35º | 0.69% | 0.4% | - |
| HSV(B) | 235.35º | 0.82% | 0.68% | - |
| XYZ | 9.1 | 5.09 | 40.55 | - |
| YUV | 54.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 174 | 0.82 | 0.75 | 0 | 0.32 | 235.35 | 0.69 | 0.4 |
| Hex | 20 | 2B | AE | 52 | 4B | 0 | 20 | EB | 45 | 28 |
| Octal | 40 | 53 | 256 | 122 | 113 | 0 | 40 | 353 | 105 | 50 |
| Binary | 100000 | 101011 | 10101110 | 1010010 | 1001011 | 0 | 100000 | 11101011 | 1000101 | 101000 |
Color Harmonies of #202BAE
Complementary color
Monochromatic Colors of #202BAE
Black with #202BAE
Text Example
Text Example
White with #202BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BAE; }
p { color: rgb(32,43,174); }
H1.HeaderClassName
{
color: #202BAE;
}
.AnyTagClassName
{
color: #202BAE;
}
</style>
background-color css
<style>
a { background-color: #202BAE; }
a { background-color: rgb(32,43,174); }
div.DivClassName
{
background-color: #202BAE;
}
.BgClassName
{
background-color: #202BAE;
}
</style>
border-color css
<style>
span { border-color: #202BAE; }
span { border-color: rgb(32,43,174); }
td.TdClassName
{
border-color: #202BAE;
}
.TagClassName
{
border-color: #202BAE;
}
</style>