Shades of Egyptian Blue #203FA7
Tints of Egyptian Blue #203FA7
RGB
CMYK
RGB Variations
Color information
#203FA7 (or 0x203FA7) is known color: Egyptian Blue. HEX triplet: 20, 3F and A7. RGB value is (32,63,167). Sum of RGB (Red+Green+Blue) = 32+63+167=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 167 (65.62% from 255 or 63.74% from 262); Max value from RGB is 167 - color contains mainly: blue. Hex color #203FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FA7 is #DFC058. Grayscale: #414141. Windows color (decimal): -14663769 or 10960672. OLE color: 10960672.
HSL color Cylindrical-coordinate representation of color #203FA7: hue angle of 226.22º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203FA7 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 63 | 167 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.35 |
| HSL | 226.22º | 0.68% | 0.39% | - |
| HSV(B) | 226.22º | 0.81% | 0.65% | - |
| XYZ | 9.35 | 6.65 | 37.35 | - |
| YUV | 65.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 167 | 0.81 | 0.62 | 0 | 0.35 | 226.22 | 0.68 | 0.39 |
| Hex | 20 | 3F | A7 | 51 | 3E | 0 | 23 | E2 | 44 | 27 |
| Octal | 40 | 77 | 247 | 121 | 76 | 0 | 43 | 342 | 104 | 47 |
| Binary | 100000 | 111111 | 10100111 | 1010001 | 111110 | 0 | 100011 | 11100010 | 1000100 | 100111 |
Color Harmonies of #203FA7
Complementary color
Monochromatic Colors of #203FA7
Black with #203FA7
Text Example
Text Example
White with #203FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FA7; }
p { color: rgb(32,63,167); }
H1.HeaderClassName
{
color: #203FA7;
}
.AnyTagClassName
{
color: #203FA7;
}
</style>
background-color css
<style>
a { background-color: #203FA7; }
a { background-color: rgb(32,63,167); }
div.DivClassName
{
background-color: #203FA7;
}
.BgClassName
{
background-color: #203FA7;
}
</style>
border-color css
<style>
span { border-color: #203FA7; }
span { border-color: rgb(32,63,167); }
td.TdClassName
{
border-color: #203FA7;
}
.TagClassName
{
border-color: #203FA7;
}
</style>