Shades of Persian Blue #203CD5
Tints of Persian Blue #203CD5
RGB
CMYK
RGB Variations
Color information
#203CD5 (or 0x203CD5) is known color: Persian Blue. HEX triplet: 20, 3C and D5. RGB value is (32,60,213). Sum of RGB (Red+Green+Blue) = 32+60+213=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #203CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CD5 is #DFC32A. Grayscale: #444444. Windows color (decimal): -14664491 or 13974560. OLE color: 13974560.
HSL color Cylindrical-coordinate representation of color #203CD5: hue angle of 230.72º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203CD5 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 60 | 213 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.16 |
| HSL | 230.72º | 0.74% | 0.48% | - |
| HSV(B) | 230.72º | 0.85% | 0.84% | - |
| XYZ | 14.22 | 8.34 | 63.81 | - |
| YUV | 69.07 | 209.22 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 213 | 0.85 | 0.72 | 0 | 0.16 | 230.72 | 0.74 | 0.48 |
| Hex | 20 | 3C | D5 | 55 | 48 | 0 | 10 | E7 | 4A | 30 |
| Octal | 40 | 74 | 325 | 125 | 110 | 0 | 20 | 347 | 112 | 60 |
| Binary | 100000 | 111100 | 11010101 | 1010101 | 1001000 | 0 | 10000 | 11100111 | 1001010 | 110000 |
Color Harmonies of #203CD5
Complementary color
Monochromatic Colors of #203CD5
Black with #203CD5
Text Example
Text Example
White with #203CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CD5; }
p { color: rgb(32,60,213); }
H1.HeaderClassName
{
color: #203CD5;
}
.AnyTagClassName
{
color: #203CD5;
}
</style>
background-color css
<style>
a { background-color: #203CD5; }
a { background-color: rgb(32,60,213); }
div.DivClassName
{
background-color: #203CD5;
}
.BgClassName
{
background-color: #203CD5;
}
</style>
border-color css
<style>
span { border-color: #203CD5; }
span { border-color: rgb(32,60,213); }
td.TdClassName
{
border-color: #203CD5;
}
.TagClassName
{
border-color: #203CD5;
}
</style>