Shades of Persian Blue #203CCC
Tints of Persian Blue #203CCC
RGB
CMYK
RGB Variations
Color information
#203CCC (or 0x203CCC) is known color: Persian Blue. HEX triplet: 20, 3C and CC. RGB value is (32,60,204). Sum of RGB (Red+Green+Blue) = 32+60+204=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #203CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CCC is #DFC333. Grayscale: #434343. Windows color (decimal): -14664500 or 13384736. OLE color: 13384736.
HSL color Cylindrical-coordinate representation of color #203CCC: hue angle of 230.23º 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 #203CCC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 60 | 204 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.2 |
| HSL | 230.23º | 0.73% | 0.46% | - |
| HSV(B) | 230.23º | 0.84% | 0.8% | - |
| XYZ | 13.11 | 7.9 | 57.96 | - |
| YUV | 68.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 204 | 0.84 | 0.71 | 0 | 0.2 | 230.23 | 0.73 | 0.46 |
| Hex | 20 | 3C | CC | 54 | 47 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 74 | 314 | 124 | 107 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111100 | 11001100 | 1010100 | 1000111 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203CCC
Complementary color
Monochromatic Colors of #203CCC
Black with #203CCC
Text Example
Text Example
White with #203CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CCC; }
p { color: rgb(32,60,204); }
H1.HeaderClassName
{
color: #203CCC;
}
.AnyTagClassName
{
color: #203CCC;
}
</style>
background-color css
<style>
a { background-color: #203CCC; }
a { background-color: rgb(32,60,204); }
div.DivClassName
{
background-color: #203CCC;
}
.BgClassName
{
background-color: #203CCC;
}
</style>
border-color css
<style>
span { border-color: #203CCC; }
span { border-color: rgb(32,60,204); }
td.TdClassName
{
border-color: #203CCC;
}
.TagClassName
{
border-color: #203CCC;
}
</style>