Shades of Egyptian Blue #202C9C
Tints of Egyptian Blue #202C9C
RGB
CMYK
RGB Variations
Color information
#202C9C (or 0x202C9C) is known color: Egyptian Blue. HEX triplet: 20, 2C and 9C. RGB value is (32,44,156). Sum of RGB (Red+Green+Blue) = 32+44+156=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #202C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C9C is #DFD363. Grayscale: #343434. Windows color (decimal): -14668644 or 10234912. OLE color: 10234912.
HSL color Cylindrical-coordinate representation of color #202C9C: hue angle of 234.19º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202C9C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 44 | 156 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.39 |
| HSL | 234.19º | 0.66% | 0.37% | - |
| HSV(B) | 234.19º | 0.79% | 0.61% | - |
| XYZ | 7.5 | 4.51 | 31.93 | - |
| YUV | 53.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 156 | 0.79 | 0.72 | 0 | 0.39 | 234.19 | 0.66 | 0.37 |
| Hex | 20 | 2C | 9C | 4F | 48 | 0 | 27 | EA | 42 | 25 |
| Octal | 40 | 54 | 234 | 117 | 110 | 0 | 47 | 352 | 102 | 45 |
| Binary | 100000 | 101100 | 10011100 | 1001111 | 1001000 | 0 | 100111 | 11101010 | 1000010 | 100101 |
Color Harmonies of #202C9C
Complementary color
Monochromatic Colors of #202C9C
Black with #202C9C
Text Example
Text Example
White with #202C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C9C; }
p { color: rgb(32,44,156); }
H1.HeaderClassName
{
color: #202C9C;
}
.AnyTagClassName
{
color: #202C9C;
}
</style>
background-color css
<style>
a { background-color: #202C9C; }
a { background-color: rgb(32,44,156); }
div.DivClassName
{
background-color: #202C9C;
}
.BgClassName
{
background-color: #202C9C;
}
</style>
border-color css
<style>
span { border-color: #202C9C; }
span { border-color: rgb(32,44,156); }
td.TdClassName
{
border-color: #202C9C;
}
.TagClassName
{
border-color: #202C9C;
}
</style>