Shades of Persian Blue #202AC3
Tints of Persian Blue #202AC3
RGB
CMYK
RGB Variations
Color information
#202AC3 (or 0x202AC3) is known color: Persian Blue. HEX triplet: 20, 2A and C3. RGB value is (32,42,195). Sum of RGB (Red+Green+Blue) = 32+42+195=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 195 (76.56% from 255 or 72.49% from 269); Max value from RGB is 195 - color contains mainly: blue. Hex color #202AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202AC3 is #DFD53C. Grayscale: #373737. Windows color (decimal): -14669117 or 12790304. OLE color: 12790304.
HSL color Cylindrical-coordinate representation of color #202AC3: hue angle of 236.32º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202AC3 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 42 | 195 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.24 |
| HSL | 236.32º | 0.72% | 0.45% | - |
| HSV(B) | 236.32º | 0.84% | 0.76% | - |
| XYZ | 11.27 | 5.9 | 52.17 | - |
| YUV | 56.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 195 | 0.84 | 0.78 | 0 | 0.24 | 236.32 | 0.72 | 0.45 |
| Hex | 20 | 2A | C3 | 54 | 4E | 0 | 18 | EC | 48 | 2D |
| Octal | 40 | 52 | 303 | 124 | 116 | 0 | 30 | 354 | 110 | 55 |
| Binary | 100000 | 101010 | 11000011 | 1010100 | 1001110 | 0 | 11000 | 11101100 | 1001000 | 101101 |
Color Harmonies of #202AC3
Complementary color
Monochromatic Colors of #202AC3
Black with #202AC3
Text Example
Text Example
White with #202AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AC3; }
p { color: rgb(32,42,195); }
H1.HeaderClassName
{
color: #202AC3;
}
.AnyTagClassName
{
color: #202AC3;
}
</style>
background-color css
<style>
a { background-color: #202AC3; }
a { background-color: rgb(32,42,195); }
div.DivClassName
{
background-color: #202AC3;
}
.BgClassName
{
background-color: #202AC3;
}
</style>
border-color css
<style>
span { border-color: #202AC3; }
span { border-color: rgb(32,42,195); }
td.TdClassName
{
border-color: #202AC3;
}
.TagClassName
{
border-color: #202AC3;
}
</style>