Shades of Egyptian Blue #272E9A
Tints of Egyptian Blue #272E9A
RGB
CMYK
RGB Variations
Color information
#272E9A (or 0x272E9A) is known color: Egyptian Blue. HEX triplet: 27, 2E and 9A. RGB value is (39,46,154). Sum of RGB (Red+Green+Blue) = 39+46+154=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #272E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E9A is #D8D165. Grayscale: #373737. Windows color (decimal): -14209382 or 10104359. OLE color: 10104359.
HSL color Cylindrical-coordinate representation of color #272E9A: hue angle of 236.35º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272E9A is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 46 | 154 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.40 |
| HSL | 236.35º | 0.6% | 0.38% | - |
| HSV(B) | 236.35º | 0.75% | 0.6% | - |
| XYZ | 7.65 | 4.72 | 31.08 | - |
| YUV | 56.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 154 | 0.75 | 0.70 | 0 | 0.40 | 236.35 | 0.6 | 0.38 |
| Hex | 27 | 2E | 9A | 4B | 46 | 0 | 28 | EC | 3C | 26 |
| Octal | 47 | 56 | 232 | 113 | 106 | 0 | 50 | 354 | 74 | 46 |
| Binary | 100111 | 101110 | 10011010 | 1001011 | 1000110 | 0 | 101000 | 11101100 | 111100 | 100110 |
Color Harmonies of #272E9A
Complementary color
Monochromatic Colors of #272E9A
Black with #272E9A
Text Example
Text Example
White with #272E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E9A; }
p { color: rgb(39,46,154); }
H1.HeaderClassName
{
color: #272E9A;
}
.AnyTagClassName
{
color: #272E9A;
}
</style>
background-color css
<style>
a { background-color: #272E9A; }
a { background-color: rgb(39,46,154); }
div.DivClassName
{
background-color: #272E9A;
}
.BgClassName
{
background-color: #272E9A;
}
</style>
border-color css
<style>
span { border-color: #272E9A; }
span { border-color: rgb(39,46,154); }
td.TdClassName
{
border-color: #272E9A;
}
.TagClassName
{
border-color: #272E9A;
}
</style>