Shades of Persian Blue #202FC2
Tints of Persian Blue #202FC2
RGB
CMYK
RGB Variations
Color information
#202FC2 (or 0x202FC2) is known color: Persian Blue. HEX triplet: 20, 2F and C2. RGB value is (32,47,194). Sum of RGB (Red+Green+Blue) = 32+47+194=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #202FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FC2 is #DFD03D. Grayscale: #3A3A3A. Windows color (decimal): -14667838 or 12726048. OLE color: 12726048.
HSL color Cylindrical-coordinate representation of color #202FC2: hue angle of 234.44º 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 #202FC2 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 47 | 194 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.24 |
| HSL | 234.44º | 0.72% | 0.44% | - |
| HSV(B) | 234.44º | 0.84% | 0.76% | - |
| XYZ | 11.35 | 6.24 | 51.64 | - |
| YUV | 59.27 | 204.03 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 194 | 0.84 | 0.76 | 0 | 0.24 | 234.44 | 0.72 | 0.44 |
| Hex | 20 | 2F | C2 | 54 | 4C | 0 | 18 | EA | 48 | 2C |
| Octal | 40 | 57 | 302 | 124 | 114 | 0 | 30 | 352 | 110 | 54 |
| Binary | 100000 | 101111 | 11000010 | 1010100 | 1001100 | 0 | 11000 | 11101010 | 1001000 | 101100 |
Color Harmonies of #202FC2
Complementary color
Monochromatic Colors of #202FC2
Black with #202FC2
Text Example
Text Example
White with #202FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FC2; }
p { color: rgb(32,47,194); }
H1.HeaderClassName
{
color: #202FC2;
}
.AnyTagClassName
{
color: #202FC2;
}
</style>
background-color css
<style>
a { background-color: #202FC2; }
a { background-color: rgb(32,47,194); }
div.DivClassName
{
background-color: #202FC2;
}
.BgClassName
{
background-color: #202FC2;
}
</style>
border-color css
<style>
span { border-color: #202FC2; }
span { border-color: rgb(32,47,194); }
td.TdClassName
{
border-color: #202FC2;
}
.TagClassName
{
border-color: #202FC2;
}
</style>