Shades of Persian Blue #203FDA
Tints of Persian Blue #203FDA
RGB
CMYK
RGB Variations
Color information
#203FDA (or 0x203FDA) is known color: Persian Blue. HEX triplet: 20, 3F and DA. RGB value is (32,63,218). Sum of RGB (Red+Green+Blue) = 32+63+218=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #203FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDA is #DFC025. Grayscale: #464646. Windows color (decimal): -14663718 or 14303008. OLE color: 14303008.
HSL color Cylindrical-coordinate representation of color #203FDA: hue angle of 230º 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 #203FDA is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 63 | 218 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.15 |
| HSL | 230º | 0.74% | 0.49% | - |
| HSV(B) | 230º | 0.85% | 0.85% | - |
| XYZ | 15.03 | 8.92 | 67.26 | - |
| YUV | 71.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 218 | 0.85 | 0.71 | 0 | 0.15 | 230 | 0.74 | 0.49 |
| Hex | 20 | 3F | DA | 55 | 47 | 0 | F | E6 | 4A | 31 |
| Octal | 40 | 77 | 332 | 125 | 107 | 0 | 17 | 346 | 112 | 61 |
| Binary | 100000 | 111111 | 11011010 | 1010101 | 1000111 | 0 | 1111 | 11100110 | 1001010 | 110001 |
Color Harmonies of #203FDA
Complementary color
Monochromatic Colors of #203FDA
Black with #203FDA
Text Example
Text Example
White with #203FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FDA; }
p { color: rgb(32,63,218); }
H1.HeaderClassName
{
color: #203FDA;
}
.AnyTagClassName
{
color: #203FDA;
}
</style>
background-color css
<style>
a { background-color: #203FDA; }
a { background-color: rgb(32,63,218); }
div.DivClassName
{
background-color: #203FDA;
}
.BgClassName
{
background-color: #203FDA;
}
</style>
border-color css
<style>
span { border-color: #203FDA; }
span { border-color: rgb(32,63,218); }
td.TdClassName
{
border-color: #203FDA;
}
.TagClassName
{
border-color: #203FDA;
}
</style>