Shades of Egyptian Blue #202D9D
Tints of Egyptian Blue #202D9D
RGB
CMYK
RGB Variations
Color information
#202D9D (or 0x202D9D) is known color: Egyptian Blue. HEX triplet: 20, 2D and 9D. RGB value is (32,45,157). Sum of RGB (Red+Green+Blue) = 32+45+157=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #202D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D9D is #DFD262. Grayscale: #353535. Windows color (decimal): -14668387 or 10300704. OLE color: 10300704.
HSL color Cylindrical-coordinate representation of color #202D9D: hue angle of 233.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202D9D is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 45 | 157 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.38 |
| HSL | 233.76º | 0.66% | 0.37% | - |
| HSV(B) | 233.76º | 0.8% | 0.62% | - |
| XYZ | 7.62 | 4.62 | 32.39 | - |
| YUV | 53.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 157 | 0.80 | 0.71 | 0 | 0.38 | 233.76 | 0.66 | 0.37 |
| Hex | 20 | 2D | 9D | 50 | 47 | 0 | 26 | EA | 42 | 25 |
| Octal | 40 | 55 | 235 | 120 | 107 | 0 | 46 | 352 | 102 | 45 |
| Binary | 100000 | 101101 | 10011101 | 1010000 | 1000111 | 0 | 100110 | 11101010 | 1000010 | 100101 |
Color Harmonies of #202D9D
Complementary color
Monochromatic Colors of #202D9D
Black with #202D9D
Text Example
Text Example
White with #202D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D9D; }
p { color: rgb(32,45,157); }
H1.HeaderClassName
{
color: #202D9D;
}
.AnyTagClassName
{
color: #202D9D;
}
</style>
background-color css
<style>
a { background-color: #202D9D; }
a { background-color: rgb(32,45,157); }
div.DivClassName
{
background-color: #202D9D;
}
.BgClassName
{
background-color: #202D9D;
}
</style>
border-color css
<style>
span { border-color: #202D9D; }
span { border-color: rgb(32,45,157); }
td.TdClassName
{
border-color: #202D9D;
}
.TagClassName
{
border-color: #202D9D;
}
</style>