Shades of Persian Blue #203CC3
Tints of Persian Blue #203CC3
RGB
CMYK
RGB Variations
Color information
#203CC3 (or 0x203CC3) is known color: Persian Blue. HEX triplet: 20, 3C and C3. RGB value is (32,60,195). Sum of RGB (Red+Green+Blue) = 32+60+195=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 195 (76.56% from 255 or 67.94% from 287); Max value from RGB is 195 - color contains mainly: blue. Hex color #203CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CC3 is #DFC33C. Grayscale: #424242. Windows color (decimal): -14664509 or 12794912. OLE color: 12794912.
HSL color Cylindrical-coordinate representation of color #203CC3: hue angle of 229.69º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203CC3 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 60 | 195 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.24 |
| HSL | 229.69º | 0.72% | 0.45% | - |
| HSV(B) | 229.69º | 0.84% | 0.76% | - |
| XYZ | 12.06 | 7.48 | 52.44 | - |
| YUV | 67.02 | 200.22 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 195 | 0.84 | 0.69 | 0 | 0.24 | 229.69 | 0.72 | 0.45 |
| Hex | 20 | 3C | C3 | 54 | 45 | 0 | 18 | E6 | 48 | 2D |
| Octal | 40 | 74 | 303 | 124 | 105 | 0 | 30 | 346 | 110 | 55 |
| Binary | 100000 | 111100 | 11000011 | 1010100 | 1000101 | 0 | 11000 | 11100110 | 1001000 | 101101 |
Color Harmonies of #203CC3
Complementary color
Monochromatic Colors of #203CC3
Black with #203CC3
Text Example
Text Example
White with #203CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CC3; }
p { color: rgb(32,60,195); }
H1.HeaderClassName
{
color: #203CC3;
}
.AnyTagClassName
{
color: #203CC3;
}
</style>
background-color css
<style>
a { background-color: #203CC3; }
a { background-color: rgb(32,60,195); }
div.DivClassName
{
background-color: #203CC3;
}
.BgClassName
{
background-color: #203CC3;
}
</style>
border-color css
<style>
span { border-color: #203CC3; }
span { border-color: rgb(32,60,195); }
td.TdClassName
{
border-color: #203CC3;
}
.TagClassName
{
border-color: #203CC3;
}
</style>