Shades of Persian Blue #203EC1
Tints of Persian Blue #203EC1
RGB
CMYK
RGB Variations
Color information
#203EC1 (or 0x203EC1) is known color: Persian Blue. HEX triplet: 20, 3E and C1. RGB value is (32,62,193). Sum of RGB (Red+Green+Blue) = 32+62+193=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #203EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EC1 is #DFC13E. Grayscale: #434343. Windows color (decimal): -14663999 or 12664352. OLE color: 12664352.
HSL color Cylindrical-coordinate representation of color #203EC1: hue angle of 228.82º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203EC1 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 62 | 193 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.24 |
| HSL | 228.82º | 0.72% | 0.44% | - |
| HSV(B) | 228.82º | 0.83% | 0.76% | - |
| XYZ | 11.94 | 7.6 | 51.29 | - |
| YUV | 67.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 193 | 0.83 | 0.68 | 0 | 0.24 | 228.82 | 0.72 | 0.44 |
| Hex | 20 | 3E | C1 | 53 | 44 | 0 | 18 | E5 | 48 | 2C |
| Octal | 40 | 76 | 301 | 123 | 104 | 0 | 30 | 345 | 110 | 54 |
| Binary | 100000 | 111110 | 11000001 | 1010011 | 1000100 | 0 | 11000 | 11100101 | 1001000 | 101100 |
Color Harmonies of #203EC1
Complementary color
Monochromatic Colors of #203EC1
Black with #203EC1
Text Example
Text Example
White with #203EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EC1; }
p { color: rgb(32,62,193); }
H1.HeaderClassName
{
color: #203EC1;
}
.AnyTagClassName
{
color: #203EC1;
}
</style>
background-color css
<style>
a { background-color: #203EC1; }
a { background-color: rgb(32,62,193); }
div.DivClassName
{
background-color: #203EC1;
}
.BgClassName
{
background-color: #203EC1;
}
</style>
border-color css
<style>
span { border-color: #203EC1; }
span { border-color: rgb(32,62,193); }
td.TdClassName
{
border-color: #203EC1;
}
.TagClassName
{
border-color: #203EC1;
}
</style>