Shades of Persian Blue #203BCB
Tints of Persian Blue #203BCB
RGB
CMYK
RGB Variations
Color information
#203BCB (or 0x203BCB) is known color: Persian Blue. HEX triplet: 20, 3B and CB. RGB value is (32,59,203). Sum of RGB (Red+Green+Blue) = 32+59+203=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #203BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCB is #DFC434. Grayscale: #424242. Windows color (decimal): -14664757 or 13318944. OLE color: 13318944.
HSL color Cylindrical-coordinate representation of color #203BCB: hue angle of 230.53º 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 #203BCB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 59 | 203 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.20 |
| HSL | 230.53º | 0.73% | 0.46% | - |
| HSV(B) | 230.53º | 0.84% | 0.8% | - |
| XYZ | 12.94 | 7.75 | 57.31 | - |
| YUV | 67.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 203 | 0.84 | 0.71 | 0 | 0.20 | 230.53 | 0.73 | 0.46 |
| Hex | 20 | 3B | CB | 54 | 47 | 0 | 14 | E7 | 49 | 2E |
| Octal | 40 | 73 | 313 | 124 | 107 | 0 | 24 | 347 | 111 | 56 |
| Binary | 100000 | 111011 | 11001011 | 1010100 | 1000111 | 0 | 10100 | 11100111 | 1001001 | 101110 |
Color Harmonies of #203BCB
Complementary color
Monochromatic Colors of #203BCB
Black with #203BCB
Text Example
Text Example
White with #203BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BCB; }
p { color: rgb(32,59,203); }
H1.HeaderClassName
{
color: #203BCB;
}
.AnyTagClassName
{
color: #203BCB;
}
</style>
background-color css
<style>
a { background-color: #203BCB; }
a { background-color: rgb(32,59,203); }
div.DivClassName
{
background-color: #203BCB;
}
.BgClassName
{
background-color: #203BCB;
}
</style>
border-color css
<style>
span { border-color: #203BCB; }
span { border-color: rgb(32,59,203); }
td.TdClassName
{
border-color: #203BCB;
}
.TagClassName
{
border-color: #203BCB;
}
</style>