Shades of Egyptian Blue #203C94
Tints of Egyptian Blue #203C94
RGB
CMYK
RGB Variations
Color information
#203C94 (or 0x203C94) is known color: Egyptian Blue. HEX triplet: 20, 3C and 94. RGB value is (32,60,148). Sum of RGB (Red+Green+Blue) = 32+60+148=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #203C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C94 is #DFC36B. Grayscale: #3D3D3D. Windows color (decimal): -14664556 or 9714720. OLE color: 9714720.
HSL color Cylindrical-coordinate representation of color #203C94: hue angle of 225.52º 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 #203C94 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 60 | 148 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.42 |
| HSL | 225.52º | 0.64% | 0.35% | - |
| HSV(B) | 225.52º | 0.78% | 0.58% | - |
| XYZ | 7.56 | 5.68 | 28.71 | - |
| YUV | 61.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 148 | 0.78 | 0.59 | 0 | 0.42 | 225.52 | 0.64 | 0.35 |
| Hex | 20 | 3C | 94 | 4E | 3B | 0 | 2A | E2 | 40 | 23 |
| Octal | 40 | 74 | 224 | 116 | 73 | 0 | 52 | 342 | 100 | 43 |
| Binary | 100000 | 111100 | 10010100 | 1001110 | 111011 | 0 | 101010 | 11100010 | 1000000 | 100011 |
Color Harmonies of #203C94
Complementary color
Monochromatic Colors of #203C94
Black with #203C94
Text Example
Text Example
White with #203C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C94; }
p { color: rgb(32,60,148); }
H1.HeaderClassName
{
color: #203C94;
}
.AnyTagClassName
{
color: #203C94;
}
</style>
background-color css
<style>
a { background-color: #203C94; }
a { background-color: rgb(32,60,148); }
div.DivClassName
{
background-color: #203C94;
}
.BgClassName
{
background-color: #203C94;
}
</style>
border-color css
<style>
span { border-color: #203C94; }
span { border-color: rgb(32,60,148); }
td.TdClassName
{
border-color: #203C94;
}
.TagClassName
{
border-color: #203C94;
}
</style>