Shades of Egyptian Blue #203D92
Tints of Egyptian Blue #203D92
RGB
CMYK
RGB Variations
Color information
#203D92 (or 0x203D92) is known color: Egyptian Blue. HEX triplet: 20, 3D and 92. RGB value is (32,61,146). Sum of RGB (Red+Green+Blue) = 32+61+146=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #203D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D92 is #DFC26D. Grayscale: #3D3D3D. Windows color (decimal): -14664302 or 9583904. OLE color: 9583904.
HSL color Cylindrical-coordinate representation of color #203D92: hue angle of 224.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203D92 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 61 | 146 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.43 |
| HSL | 224.74º | 0.64% | 0.35% | - |
| HSV(B) | 224.74º | 0.78% | 0.57% | - |
| XYZ | 7.45 | 5.72 | 27.91 | - |
| YUV | 62.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 146 | 0.78 | 0.58 | 0 | 0.43 | 224.74 | 0.64 | 0.35 |
| Hex | 20 | 3D | 92 | 4E | 3A | 0 | 2B | E1 | 40 | 23 |
| Octal | 40 | 75 | 222 | 116 | 72 | 0 | 53 | 341 | 100 | 43 |
| Binary | 100000 | 111101 | 10010010 | 1001110 | 111010 | 0 | 101011 | 11100001 | 1000000 | 100011 |
Color Harmonies of #203D92
Complementary color
Monochromatic Colors of #203D92
Black with #203D92
Text Example
Text Example
White with #203D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D92; }
p { color: rgb(32,61,146); }
H1.HeaderClassName
{
color: #203D92;
}
.AnyTagClassName
{
color: #203D92;
}
</style>
background-color css
<style>
a { background-color: #203D92; }
a { background-color: rgb(32,61,146); }
div.DivClassName
{
background-color: #203D92;
}
.BgClassName
{
background-color: #203D92;
}
</style>
border-color css
<style>
span { border-color: #203D92; }
span { border-color: rgb(32,61,146); }
td.TdClassName
{
border-color: #203D92;
}
.TagClassName
{
border-color: #203D92;
}
</style>