Shades of Egyptian Blue #203FA0
Tints of Egyptian Blue #203FA0
RGB
CMYK
RGB Variations
Color information
#203FA0 (or 0x203FA0) is known color: Egyptian Blue. HEX triplet: 20, 3F and A0. RGB value is (32,63,160). Sum of RGB (Red+Green+Blue) = 32+63+160=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #203FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FA0 is #DFC05F. Grayscale: #404040. Windows color (decimal): -14663776 or 10501920. OLE color: 10501920.
HSL color Cylindrical-coordinate representation of color #203FA0: hue angle of 225.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203FA0 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 63 | 160 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.37 |
| HSL | 225.47º | 0.67% | 0.38% | - |
| HSV(B) | 225.47º | 0.8% | 0.63% | - |
| XYZ | 8.72 | 6.4 | 34.03 | - |
| YUV | 64.79 | 181.73 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 160 | 0.80 | 0.61 | 0 | 0.37 | 225.47 | 0.67 | 0.38 |
| Hex | 20 | 3F | A0 | 50 | 3D | 0 | 25 | E1 | 43 | 26 |
| Octal | 40 | 77 | 240 | 120 | 75 | 0 | 45 | 341 | 103 | 46 |
| Binary | 100000 | 111111 | 10100000 | 1010000 | 111101 | 0 | 100101 | 11100001 | 1000011 | 100110 |
Color Harmonies of #203FA0
Complementary color
Monochromatic Colors of #203FA0
Black with #203FA0
Text Example
Text Example
White with #203FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FA0; }
p { color: rgb(32,63,160); }
H1.HeaderClassName
{
color: #203FA0;
}
.AnyTagClassName
{
color: #203FA0;
}
</style>
background-color css
<style>
a { background-color: #203FA0; }
a { background-color: rgb(32,63,160); }
div.DivClassName
{
background-color: #203FA0;
}
.BgClassName
{
background-color: #203FA0;
}
</style>
border-color css
<style>
span { border-color: #203FA0; }
span { border-color: rgb(32,63,160); }
td.TdClassName
{
border-color: #203FA0;
}
.TagClassName
{
border-color: #203FA0;
}
</style>