Shades of Egyptian Blue #203FA4
Tints of Egyptian Blue #203FA4
RGB
CMYK
RGB Variations
Color information
#203FA4 (or 0x203FA4) is known color: Egyptian Blue. HEX triplet: 20, 3F and A4. RGB value is (32,63,164). Sum of RGB (Red+Green+Blue) = 32+63+164=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #203FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FA4 is #DFC05B. Grayscale: #404040. Windows color (decimal): -14663772 or 10764064. OLE color: 10764064.
HSL color Cylindrical-coordinate representation of color #203FA4: hue angle of 225.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203FA4 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 63 | 164 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.36 |
| HSL | 225.91º | 0.67% | 0.38% | - |
| HSV(B) | 225.91º | 0.8% | 0.64% | - |
| XYZ | 9.07 | 6.54 | 35.91 | - |
| YUV | 65.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 164 | 0.80 | 0.62 | 0 | 0.36 | 225.91 | 0.67 | 0.38 |
| Hex | 20 | 3F | A4 | 50 | 3E | 0 | 24 | E2 | 43 | 26 |
| Octal | 40 | 77 | 244 | 120 | 76 | 0 | 44 | 342 | 103 | 46 |
| Binary | 100000 | 111111 | 10100100 | 1010000 | 111110 | 0 | 100100 | 11100010 | 1000011 | 100110 |
Color Harmonies of #203FA4
Complementary color
Monochromatic Colors of #203FA4
Black with #203FA4
Text Example
Text Example
White with #203FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FA4; }
p { color: rgb(32,63,164); }
H1.HeaderClassName
{
color: #203FA4;
}
.AnyTagClassName
{
color: #203FA4;
}
</style>
background-color css
<style>
a { background-color: #203FA4; }
a { background-color: rgb(32,63,164); }
div.DivClassName
{
background-color: #203FA4;
}
.BgClassName
{
background-color: #203FA4;
}
</style>
border-color css
<style>
span { border-color: #203FA4; }
span { border-color: rgb(32,63,164); }
td.TdClassName
{
border-color: #203FA4;
}
.TagClassName
{
border-color: #203FA4;
}
</style>