Shades of Egyptian Blue #202B90
Tints of Egyptian Blue #202B90
RGB
CMYK
RGB Variations
Color information
#202B90 (or 0x202B90) is known color: Egyptian Blue. HEX triplet: 20, 2B and 90. RGB value is (32,43,144). Sum of RGB (Red+Green+Blue) = 32+43+144=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #202B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B90 is #DFD46F. Grayscale: #323232. Windows color (decimal): -14668912 or 9448224. OLE color: 9448224.
HSL color Cylindrical-coordinate representation of color #202B90: hue angle of 234.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202B90 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 43 | 144 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.44 |
| HSL | 234.11º | 0.64% | 0.35% | - |
| HSV(B) | 234.11º | 0.78% | 0.56% | - |
| XYZ | 6.49 | 4.05 | 26.82 | - |
| YUV | 51.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 144 | 0.78 | 0.70 | 0 | 0.44 | 234.11 | 0.64 | 0.35 |
| Hex | 20 | 2B | 90 | 4E | 46 | 0 | 2C | EA | 40 | 23 |
| Octal | 40 | 53 | 220 | 116 | 106 | 0 | 54 | 352 | 100 | 43 |
| Binary | 100000 | 101011 | 10010000 | 1001110 | 1000110 | 0 | 101100 | 11101010 | 1000000 | 100011 |
Color Harmonies of #202B90
Complementary color
Monochromatic Colors of #202B90
Black with #202B90
Text Example
Text Example
White with #202B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B90; }
p { color: rgb(32,43,144); }
H1.HeaderClassName
{
color: #202B90;
}
.AnyTagClassName
{
color: #202B90;
}
</style>
background-color css
<style>
a { background-color: #202B90; }
a { background-color: rgb(32,43,144); }
div.DivClassName
{
background-color: #202B90;
}
.BgClassName
{
background-color: #202B90;
}
</style>
border-color css
<style>
span { border-color: #202B90; }
span { border-color: rgb(32,43,144); }
td.TdClassName
{
border-color: #202B90;
}
.TagClassName
{
border-color: #202B90;
}
</style>