Shades of Persian Blue #203DC4
Tints of Persian Blue #203DC4
RGB
CMYK
RGB Variations
Color information
#203DC4 (or 0x203DC4) is known color: Persian Blue. HEX triplet: 20, 3D and C4. RGB value is (32,61,196). Sum of RGB (Red+Green+Blue) = 32+61+196=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #203DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DC4 is #DFC23B. Grayscale: #434343. Windows color (decimal): -14664252 or 12860704. OLE color: 12860704.
HSL color Cylindrical-coordinate representation of color #203DC4: hue angle of 229.39º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203DC4 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 61 | 196 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.23 |
| HSL | 229.39º | 0.72% | 0.45% | - |
| HSV(B) | 229.39º | 0.84% | 0.77% | - |
| XYZ | 12.23 | 7.63 | 53.05 | - |
| YUV | 67.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 196 | 0.84 | 0.69 | 0 | 0.23 | 229.39 | 0.72 | 0.45 |
| Hex | 20 | 3D | C4 | 54 | 45 | 0 | 17 | E5 | 48 | 2D |
| Octal | 40 | 75 | 304 | 124 | 105 | 0 | 27 | 345 | 110 | 55 |
| Binary | 100000 | 111101 | 11000100 | 1010100 | 1000101 | 0 | 10111 | 11100101 | 1001000 | 101101 |
Color Harmonies of #203DC4
Complementary color
Monochromatic Colors of #203DC4
Black with #203DC4
Text Example
Text Example
White with #203DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DC4; }
p { color: rgb(32,61,196); }
H1.HeaderClassName
{
color: #203DC4;
}
.AnyTagClassName
{
color: #203DC4;
}
</style>
background-color css
<style>
a { background-color: #203DC4; }
a { background-color: rgb(32,61,196); }
div.DivClassName
{
background-color: #203DC4;
}
.BgClassName
{
background-color: #203DC4;
}
</style>
border-color css
<style>
span { border-color: #203DC4; }
span { border-color: rgb(32,61,196); }
td.TdClassName
{
border-color: #203DC4;
}
.TagClassName
{
border-color: #203DC4;
}
</style>