Shades of Egyptian Blue #203F94
Tints of Egyptian Blue #203F94
RGB
CMYK
RGB Variations
Color information
#203F94 (or 0x203F94) is known color: Egyptian Blue. HEX triplet: 20, 3F and 94. RGB value is (32,63,148). Sum of RGB (Red+Green+Blue) = 32+63+148=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #203F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F94 is #DFC06B. Grayscale: #3F3F3F. Windows color (decimal): -14663788 or 9715488. OLE color: 9715488.
HSL color Cylindrical-coordinate representation of color #203F94: hue angle of 223.97º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203F94 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 63 | 148 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.42 |
| HSL | 223.97º | 0.64% | 0.35% | - |
| HSV(B) | 223.97º | 0.78% | 0.58% | - |
| XYZ | 7.72 | 6 | 28.77 | - |
| YUV | 63.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 148 | 0.78 | 0.57 | 0 | 0.42 | 223.97 | 0.64 | 0.35 |
| Hex | 20 | 3F | 94 | 4E | 39 | 0 | 2A | E0 | 40 | 23 |
| Octal | 40 | 77 | 224 | 116 | 71 | 0 | 52 | 340 | 100 | 43 |
| Binary | 100000 | 111111 | 10010100 | 1001110 | 111001 | 0 | 101010 | 11100000 | 1000000 | 100011 |
Color Harmonies of #203F94
Complementary color
Monochromatic Colors of #203F94
Black with #203F94
Text Example
Text Example
White with #203F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F94; }
p { color: rgb(32,63,148); }
H1.HeaderClassName
{
color: #203F94;
}
.AnyTagClassName
{
color: #203F94;
}
</style>
background-color css
<style>
a { background-color: #203F94; }
a { background-color: rgb(32,63,148); }
div.DivClassName
{
background-color: #203F94;
}
.BgClassName
{
background-color: #203F94;
}
</style>
border-color css
<style>
span { border-color: #203F94; }
span { border-color: rgb(32,63,148); }
td.TdClassName
{
border-color: #203F94;
}
.TagClassName
{
border-color: #203F94;
}
</style>