Shades of Persian Blue #203CBC
Tints of Persian Blue #203CBC
RGB
CMYK
RGB Variations
Color information
#203CBC (or 0x203CBC) is known color: Persian Blue. HEX triplet: 20, 3C and BC. RGB value is (32,60,188). Sum of RGB (Red+Green+Blue) = 32+60+188=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #203CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CBC is #DFC343. Grayscale: #414141. Windows color (decimal): -14664516 or 12336160. OLE color: 12336160.
HSL color Cylindrical-coordinate representation of color #203CBC: hue angle of 229.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203CBC is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 60 | 188 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.26 |
| HSL | 229.23º | 0.71% | 0.43% | - |
| HSV(B) | 229.23º | 0.83% | 0.74% | - |
| XYZ | 11.29 | 7.17 | 48.37 | - |
| YUV | 66.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 188 | 0.83 | 0.68 | 0 | 0.26 | 229.23 | 0.71 | 0.43 |
| Hex | 20 | 3C | BC | 53 | 44 | 0 | 1A | E5 | 47 | 2B |
| Octal | 40 | 74 | 274 | 123 | 104 | 0 | 32 | 345 | 107 | 53 |
| Binary | 100000 | 111100 | 10111100 | 1010011 | 1000100 | 0 | 11010 | 11100101 | 1000111 | 101011 |
Color Harmonies of #203CBC
Complementary color
Monochromatic Colors of #203CBC
Black with #203CBC
Text Example
Text Example
White with #203CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CBC; }
p { color: rgb(32,60,188); }
H1.HeaderClassName
{
color: #203CBC;
}
.AnyTagClassName
{
color: #203CBC;
}
</style>
background-color css
<style>
a { background-color: #203CBC; }
a { background-color: rgb(32,60,188); }
div.DivClassName
{
background-color: #203CBC;
}
.BgClassName
{
background-color: #203CBC;
}
</style>
border-color css
<style>
span { border-color: #203CBC; }
span { border-color: rgb(32,60,188); }
td.TdClassName
{
border-color: #203CBC;
}
.TagClassName
{
border-color: #203CBC;
}
</style>