Shades of Persian Blue #202BCB
Tints of Persian Blue #202BCB
RGB
CMYK
RGB Variations
Color information
#202BCB (or 0x202BCB) is known color: Persian Blue. HEX triplet: 20, 2B and CB. RGB value is (32,43,203). Sum of RGB (Red+Green+Blue) = 32+43+203=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #202BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BCB is #DFD434. Grayscale: #393939. Windows color (decimal): -14668853 or 13314848. OLE color: 13314848.
HSL color Cylindrical-coordinate representation of color #202BCB: hue angle of 236.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202BCB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 43 | 203 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.20 |
| HSL | 236.14º | 0.73% | 0.46% | - |
| HSV(B) | 236.14º | 0.84% | 0.8% | - |
| XYZ | 12.24 | 6.35 | 57.08 | - |
| YUV | 57.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 203 | 0.84 | 0.79 | 0 | 0.20 | 236.14 | 0.73 | 0.46 |
| Hex | 20 | 2B | CB | 54 | 4F | 0 | 14 | EC | 49 | 2E |
| Octal | 40 | 53 | 313 | 124 | 117 | 0 | 24 | 354 | 111 | 56 |
| Binary | 100000 | 101011 | 11001011 | 1010100 | 1001111 | 0 | 10100 | 11101100 | 1001001 | 101110 |
Color Harmonies of #202BCB
Complementary color
Monochromatic Colors of #202BCB
Black with #202BCB
Text Example
Text Example
White with #202BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BCB; }
p { color: rgb(32,43,203); }
H1.HeaderClassName
{
color: #202BCB;
}
.AnyTagClassName
{
color: #202BCB;
}
</style>
background-color css
<style>
a { background-color: #202BCB; }
a { background-color: rgb(32,43,203); }
div.DivClassName
{
background-color: #202BCB;
}
.BgClassName
{
background-color: #202BCB;
}
</style>
border-color css
<style>
span { border-color: #202BCB; }
span { border-color: rgb(32,43,203); }
td.TdClassName
{
border-color: #202BCB;
}
.TagClassName
{
border-color: #202BCB;
}
</style>