Shades of Persian Blue #202EC2
Tints of Persian Blue #202EC2
RGB
CMYK
RGB Variations
Color information
#202EC2 (or 0x202EC2) is known color: Persian Blue. HEX triplet: 20, 2E and C2. RGB value is (32,46,194). Sum of RGB (Red+Green+Blue) = 32+46+194=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #202EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EC2 is #DFD13D. Grayscale: #3A3A3A. Windows color (decimal): -14668094 or 12725792. OLE color: 12725792.
HSL color Cylindrical-coordinate representation of color #202EC2: hue angle of 234.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202EC2 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 46 | 194 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.24 |
| HSL | 234.81º | 0.72% | 0.44% | - |
| HSV(B) | 234.81º | 0.84% | 0.76% | - |
| XYZ | 11.31 | 6.16 | 51.63 | - |
| YUV | 58.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 194 | 0.84 | 0.76 | 0 | 0.24 | 234.81 | 0.72 | 0.44 |
| Hex | 20 | 2E | C2 | 54 | 4C | 0 | 18 | EB | 48 | 2C |
| Octal | 40 | 56 | 302 | 124 | 114 | 0 | 30 | 353 | 110 | 54 |
| Binary | 100000 | 101110 | 11000010 | 1010100 | 1001100 | 0 | 11000 | 11101011 | 1001000 | 101100 |
Color Harmonies of #202EC2
Complementary color
Monochromatic Colors of #202EC2
Black with #202EC2
Text Example
Text Example
White with #202EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EC2; }
p { color: rgb(32,46,194); }
H1.HeaderClassName
{
color: #202EC2;
}
.AnyTagClassName
{
color: #202EC2;
}
</style>
background-color css
<style>
a { background-color: #202EC2; }
a { background-color: rgb(32,46,194); }
div.DivClassName
{
background-color: #202EC2;
}
.BgClassName
{
background-color: #202EC2;
}
</style>
border-color css
<style>
span { border-color: #202EC2; }
span { border-color: rgb(32,46,194); }
td.TdClassName
{
border-color: #202EC2;
}
.TagClassName
{
border-color: #202EC2;
}
</style>