Shades of Persian Blue #203AC6
Tints of Persian Blue #203AC6
RGB
CMYK
RGB Variations
Color information
#203AC6 (or 0x203AC6) is known color: Persian Blue. HEX triplet: 20, 3A and C6. RGB value is (32,58,198). Sum of RGB (Red+Green+Blue) = 32+58+198=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 198 (77.73% from 255 or 68.75% from 288); Max value from RGB is 198 - color contains mainly: blue. Hex color #203AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203AC6 is #DFC539. Grayscale: #414141. Windows color (decimal): -14665018 or 12991008. OLE color: 12991008.
HSL color Cylindrical-coordinate representation of color #203AC6: hue angle of 230.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203AC6 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 58 | 198 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.22 |
| HSL | 230.6º | 0.72% | 0.45% | - |
| HSV(B) | 230.6º | 0.84% | 0.78% | - |
| XYZ | 12.3 | 7.41 | 54.21 | - |
| YUV | 66.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 198 | 0.84 | 0.71 | 0 | 0.22 | 230.6 | 0.72 | 0.45 |
| Hex | 20 | 3A | C6 | 54 | 47 | 0 | 16 | E7 | 48 | 2D |
| Octal | 40 | 72 | 306 | 124 | 107 | 0 | 26 | 347 | 110 | 55 |
| Binary | 100000 | 111010 | 11000110 | 1010100 | 1000111 | 0 | 10110 | 11100111 | 1001000 | 101101 |
Color Harmonies of #203AC6
Complementary color
Monochromatic Colors of #203AC6
Black with #203AC6
Text Example
Text Example
White with #203AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AC6; }
p { color: rgb(32,58,198); }
H1.HeaderClassName
{
color: #203AC6;
}
.AnyTagClassName
{
color: #203AC6;
}
</style>
background-color css
<style>
a { background-color: #203AC6; }
a { background-color: rgb(32,58,198); }
div.DivClassName
{
background-color: #203AC6;
}
.BgClassName
{
background-color: #203AC6;
}
</style>
border-color css
<style>
span { border-color: #203AC6; }
span { border-color: rgb(32,58,198); }
td.TdClassName
{
border-color: #203AC6;
}
.TagClassName
{
border-color: #203AC6;
}
</style>