Shades of Persian Blue #202DC3
Tints of Persian Blue #202DC3
RGB
CMYK
RGB Variations
Color information
#202DC3 (or 0x202DC3) is known color: Persian Blue. HEX triplet: 20, 2D and C3. RGB value is (32,45,195). Sum of RGB (Red+Green+Blue) = 32+45+195=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #202DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DC3 is #DFD23C. Grayscale: #393939. Windows color (decimal): -14668349 or 12791072. OLE color: 12791072.
HSL color Cylindrical-coordinate representation of color #202DC3: hue angle of 235.21º 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 #202DC3 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 45 | 195 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.24 |
| HSL | 235.21º | 0.72% | 0.45% | - |
| HSV(B) | 235.21º | 0.84% | 0.76% | - |
| XYZ | 11.38 | 6.12 | 52.21 | - |
| YUV | 58.21 | 205.19 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 195 | 0.84 | 0.77 | 0 | 0.24 | 235.21 | 0.72 | 0.45 |
| Hex | 20 | 2D | C3 | 54 | 4D | 0 | 18 | EB | 48 | 2D |
| Octal | 40 | 55 | 303 | 124 | 115 | 0 | 30 | 353 | 110 | 55 |
| Binary | 100000 | 101101 | 11000011 | 1010100 | 1001101 | 0 | 11000 | 11101011 | 1001000 | 101101 |
Color Harmonies of #202DC3
Complementary color
Monochromatic Colors of #202DC3
Black with #202DC3
Text Example
Text Example
White with #202DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DC3; }
p { color: rgb(32,45,195); }
H1.HeaderClassName
{
color: #202DC3;
}
.AnyTagClassName
{
color: #202DC3;
}
</style>
background-color css
<style>
a { background-color: #202DC3; }
a { background-color: rgb(32,45,195); }
div.DivClassName
{
background-color: #202DC3;
}
.BgClassName
{
background-color: #202DC3;
}
</style>
border-color css
<style>
span { border-color: #202DC3; }
span { border-color: rgb(32,45,195); }
td.TdClassName
{
border-color: #202DC3;
}
.TagClassName
{
border-color: #202DC3;
}
</style>