Shades of Persian Blue #203DC2
Tints of Persian Blue #203DC2
RGB
CMYK
RGB Variations
Color information
#203DC2 (or 0x203DC2) is known color: Persian Blue. HEX triplet: 20, 3D and C2. RGB value is (32,61,194). Sum of RGB (Red+Green+Blue) = 32+61+194=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #203DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DC2 is #DFC23D. Grayscale: #424242. Windows color (decimal): -14664254 or 12729632. OLE color: 12729632.
HSL color Cylindrical-coordinate representation of color #203DC2: hue angle of 229.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203DC2 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 61 | 194 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.24 |
| HSL | 229.26º | 0.72% | 0.44% | - |
| HSV(B) | 229.26º | 0.84% | 0.76% | - |
| XYZ | 12 | 7.54 | 51.86 | - |
| YUV | 67.49 | 199.39 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 194 | 0.84 | 0.69 | 0 | 0.24 | 229.26 | 0.72 | 0.44 |
| Hex | 20 | 3D | C2 | 54 | 45 | 0 | 18 | E5 | 48 | 2C |
| Octal | 40 | 75 | 302 | 124 | 105 | 0 | 30 | 345 | 110 | 54 |
| Binary | 100000 | 111101 | 11000010 | 1010100 | 1000101 | 0 | 11000 | 11100101 | 1001000 | 101100 |
Color Harmonies of #203DC2
Complementary color
Monochromatic Colors of #203DC2
Black with #203DC2
Text Example
Text Example
White with #203DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DC2; }
p { color: rgb(32,61,194); }
H1.HeaderClassName
{
color: #203DC2;
}
.AnyTagClassName
{
color: #203DC2;
}
</style>
background-color css
<style>
a { background-color: #203DC2; }
a { background-color: rgb(32,61,194); }
div.DivClassName
{
background-color: #203DC2;
}
.BgClassName
{
background-color: #203DC2;
}
</style>
border-color css
<style>
span { border-color: #203DC2; }
span { border-color: rgb(32,61,194); }
td.TdClassName
{
border-color: #203DC2;
}
.TagClassName
{
border-color: #203DC2;
}
</style>