Shades of Persian Blue #203CDA
Tints of Persian Blue #203CDA
RGB
CMYK
RGB Variations
Color information
#203CDA (or 0x203CDA) is known color: Persian Blue. HEX triplet: 20, 3C and DA. RGB value is (32,60,218). Sum of RGB (Red+Green+Blue) = 32+60+218=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #203CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CDA is #DFC325. Grayscale: #444444. Windows color (decimal): -14664486 or 14302240. OLE color: 14302240.
HSL color Cylindrical-coordinate representation of color #203CDA: hue angle of 230.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203CDA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 60 | 218 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.15 |
| HSL | 230.97º | 0.74% | 0.49% | - |
| HSV(B) | 230.97º | 0.85% | 0.85% | - |
| XYZ | 14.87 | 8.6 | 67.21 | - |
| YUV | 69.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 218 | 0.85 | 0.72 | 0 | 0.15 | 230.97 | 0.74 | 0.49 |
| Hex | 20 | 3C | DA | 55 | 48 | 0 | F | E7 | 4A | 31 |
| Octal | 40 | 74 | 332 | 125 | 110 | 0 | 17 | 347 | 112 | 61 |
| Binary | 100000 | 111100 | 11011010 | 1010101 | 1001000 | 0 | 1111 | 11100111 | 1001010 | 110001 |
Color Harmonies of #203CDA
Complementary color
Monochromatic Colors of #203CDA
Black with #203CDA
Text Example
Text Example
White with #203CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CDA; }
p { color: rgb(32,60,218); }
H1.HeaderClassName
{
color: #203CDA;
}
.AnyTagClassName
{
color: #203CDA;
}
</style>
background-color css
<style>
a { background-color: #203CDA; }
a { background-color: rgb(32,60,218); }
div.DivClassName
{
background-color: #203CDA;
}
.BgClassName
{
background-color: #203CDA;
}
</style>
border-color css
<style>
span { border-color: #203CDA; }
span { border-color: rgb(32,60,218); }
td.TdClassName
{
border-color: #203CDA;
}
.TagClassName
{
border-color: #203CDA;
}
</style>