Shades of Egyptian Blue #2C369E
Tints of Egyptian Blue #2C369E
RGB
CMYK
RGB Variations
Color information
#2C369E (or 0x2C369E) is known color: Egyptian Blue. HEX triplet: 2C, 36 and 9E. RGB value is (44,54,158). Sum of RGB (Red+Green+Blue) = 44+54+158=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C369E is #D3C961. Grayscale: #3E3E3E. Windows color (decimal): -13879650 or 10368556. OLE color: 10368556.
HSL color Cylindrical-coordinate representation of color #2C369E: hue angle of 234.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C369E is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 54 | 158 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.38 |
| HSL | 234.74º | 0.56% | 0.4% | - |
| HSV(B) | 234.74º | 0.72% | 0.62% | - |
| XYZ | 8.53 | 5.64 | 32.99 | - |
| YUV | 62.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 158 | 0.72 | 0.66 | 0 | 0.38 | 234.74 | 0.56 | 0.4 |
| Hex | 2C | 36 | 9E | 48 | 42 | 0 | 26 | EB | 38 | 28 |
| Octal | 54 | 66 | 236 | 110 | 102 | 0 | 46 | 353 | 70 | 50 |
| Binary | 101100 | 110110 | 10011110 | 1001000 | 1000010 | 0 | 100110 | 11101011 | 111000 | 101000 |
Color Harmonies of #2C369E
Complementary color
Monochromatic Colors of #2C369E
Black with #2C369E
Text Example
Text Example
White with #2C369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C369E; }
p { color: rgb(44,54,158); }
H1.HeaderClassName
{
color: #2C369E;
}
.AnyTagClassName
{
color: #2C369E;
}
</style>
background-color css
<style>
a { background-color: #2C369E; }
a { background-color: rgb(44,54,158); }
div.DivClassName
{
background-color: #2C369E;
}
.BgClassName
{
background-color: #2C369E;
}
</style>
border-color css
<style>
span { border-color: #2C369E; }
span { border-color: rgb(44,54,158); }
td.TdClassName
{
border-color: #2C369E;
}
.TagClassName
{
border-color: #2C369E;
}
</style>