Shades of Persian Blue #202CBE
Tints of Persian Blue #202CBE
RGB
CMYK
RGB Variations
Color information
#202CBE (or 0x202CBE) is known color: Persian Blue. HEX triplet: 20, 2C and BE. RGB value is (32,44,190). Sum of RGB (Red+Green+Blue) = 32+44+190=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #202CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CBE is #DFD341. Grayscale: #383838. Windows color (decimal): -14668610 or 12463136. OLE color: 12463136.
HSL color Cylindrical-coordinate representation of color #202CBE: hue angle of 235.44º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202CBE is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 44 | 190 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.25 |
| HSL | 235.44º | 0.71% | 0.44% | - |
| HSV(B) | 235.44º | 0.83% | 0.75% | - |
| XYZ | 10.79 | 5.83 | 49.27 | - |
| YUV | 57.06 | 203.02 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 190 | 0.83 | 0.77 | 0 | 0.25 | 235.44 | 0.71 | 0.44 |
| Hex | 20 | 2C | BE | 53 | 4D | 0 | 19 | EB | 47 | 2C |
| Octal | 40 | 54 | 276 | 123 | 115 | 0 | 31 | 353 | 107 | 54 |
| Binary | 100000 | 101100 | 10111110 | 1010011 | 1001101 | 0 | 11001 | 11101011 | 1000111 | 101100 |
Color Harmonies of #202CBE
Complementary color
Monochromatic Colors of #202CBE
Black with #202CBE
Text Example
Text Example
White with #202CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CBE; }
p { color: rgb(32,44,190); }
H1.HeaderClassName
{
color: #202CBE;
}
.AnyTagClassName
{
color: #202CBE;
}
</style>
background-color css
<style>
a { background-color: #202CBE; }
a { background-color: rgb(32,44,190); }
div.DivClassName
{
background-color: #202CBE;
}
.BgClassName
{
background-color: #202CBE;
}
</style>
border-color css
<style>
span { border-color: #202CBE; }
span { border-color: rgb(32,44,190); }
td.TdClassName
{
border-color: #202CBE;
}
.TagClassName
{
border-color: #202CBE;
}
</style>