Shades of Persian Blue #202CAB
Tints of Persian Blue #202CAB
RGB
CMYK
RGB Variations
Color information
#202CAB (or 0x202CAB) is known color: Persian Blue. HEX triplet: 20, 2C and AB. RGB value is (32,44,171). Sum of RGB (Red+Green+Blue) = 32+44+171=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #202CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CAB is #DFD354. Grayscale: #363636. Windows color (decimal): -14668629 or 11217952. OLE color: 11217952.
HSL color Cylindrical-coordinate representation of color #202CAB: hue angle of 234.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202CAB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 44 | 171 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.33 |
| HSL | 234.82º | 0.68% | 0.4% | - |
| HSV(B) | 234.82º | 0.81% | 0.67% | - |
| XYZ | 8.85 | 5.05 | 39.04 | - |
| YUV | 54.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 171 | 0.81 | 0.74 | 0 | 0.33 | 234.82 | 0.68 | 0.4 |
| Hex | 20 | 2C | AB | 51 | 4A | 0 | 21 | EB | 44 | 28 |
| Octal | 40 | 54 | 253 | 121 | 112 | 0 | 41 | 353 | 104 | 50 |
| Binary | 100000 | 101100 | 10101011 | 1010001 | 1001010 | 0 | 100001 | 11101011 | 1000100 | 101000 |
Color Harmonies of #202CAB
Complementary color
Monochromatic Colors of #202CAB
Black with #202CAB
Text Example
Text Example
White with #202CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CAB; }
p { color: rgb(32,44,171); }
H1.HeaderClassName
{
color: #202CAB;
}
.AnyTagClassName
{
color: #202CAB;
}
</style>
background-color css
<style>
a { background-color: #202CAB; }
a { background-color: rgb(32,44,171); }
div.DivClassName
{
background-color: #202CAB;
}
.BgClassName
{
background-color: #202CAB;
}
</style>
border-color css
<style>
span { border-color: #202CAB; }
span { border-color: rgb(32,44,171); }
td.TdClassName
{
border-color: #202CAB;
}
.TagClassName
{
border-color: #202CAB;
}
</style>