Shades of Persian Blue #202CB3
Tints of Persian Blue #202CB3
RGB
CMYK
RGB Variations
Color information
#202CB3 (or 0x202CB3) is known color: Persian Blue. HEX triplet: 20, 2C and B3. RGB value is (32,44,179). Sum of RGB (Red+Green+Blue) = 32+44+179=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #202CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CB3 is #DFD34C. Grayscale: #373737. Windows color (decimal): -14668621 or 11742240. OLE color: 11742240.
HSL color Cylindrical-coordinate representation of color #202CB3: hue angle of 235.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202CB3 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 44 | 179 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.30 |
| HSL | 235.1º | 0.7% | 0.41% | - |
| HSV(B) | 235.1º | 0.82% | 0.7% | - |
| XYZ | 9.63 | 5.36 | 43.18 | - |
| YUV | 55.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 179 | 0.82 | 0.75 | 0 | 0.30 | 235.1 | 0.7 | 0.41 |
| Hex | 20 | 2C | B3 | 52 | 4B | 0 | 1E | EB | 46 | 29 |
| Octal | 40 | 54 | 263 | 122 | 113 | 0 | 36 | 353 | 106 | 51 |
| Binary | 100000 | 101100 | 10110011 | 1010010 | 1001011 | 0 | 11110 | 11101011 | 1000110 | 101001 |
Color Harmonies of #202CB3
Complementary color
Monochromatic Colors of #202CB3
Black with #202CB3
Text Example
Text Example
White with #202CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CB3; }
p { color: rgb(32,44,179); }
H1.HeaderClassName
{
color: #202CB3;
}
.AnyTagClassName
{
color: #202CB3;
}
</style>
background-color css
<style>
a { background-color: #202CB3; }
a { background-color: rgb(32,44,179); }
div.DivClassName
{
background-color: #202CB3;
}
.BgClassName
{
background-color: #202CB3;
}
</style>
border-color css
<style>
span { border-color: #202CB3; }
span { border-color: rgb(32,44,179); }
td.TdClassName
{
border-color: #202CB3;
}
.TagClassName
{
border-color: #202CB3;
}
</style>