Shades of Egyptian Blue #272C9C
Tints of Egyptian Blue #272C9C
RGB
CMYK
RGB Variations
Color information
#272C9C (or 0x272C9C) is known color: Egyptian Blue. HEX triplet: 27, 2C and 9C. RGB value is (39,44,156). Sum of RGB (Red+Green+Blue) = 39+44+156=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #272C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272C9C is #D8D363. Grayscale: #363636. Windows color (decimal): -14209892 or 10234919. OLE color: 10234919.
HSL color Cylindrical-coordinate representation of color #272C9C: hue angle of 237.44º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272C9C is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 44 | 156 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.39 |
| HSL | 237.44º | 0.6% | 0.38% | - |
| HSV(B) | 237.44º | 0.75% | 0.61% | - |
| XYZ | 7.74 | 4.63 | 31.94 | - |
| YUV | 55.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 156 | 0.75 | 0.72 | 0 | 0.39 | 237.44 | 0.6 | 0.38 |
| Hex | 27 | 2C | 9C | 4B | 48 | 0 | 27 | ED | 3C | 26 |
| Octal | 47 | 54 | 234 | 113 | 110 | 0 | 47 | 355 | 74 | 46 |
| Binary | 100111 | 101100 | 10011100 | 1001011 | 1001000 | 0 | 100111 | 11101101 | 111100 | 100110 |
Color Harmonies of #272C9C
Complementary color
Monochromatic Colors of #272C9C
Black with #272C9C
Text Example
Text Example
White with #272C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C9C; }
p { color: rgb(39,44,156); }
H1.HeaderClassName
{
color: #272C9C;
}
.AnyTagClassName
{
color: #272C9C;
}
</style>
background-color css
<style>
a { background-color: #272C9C; }
a { background-color: rgb(39,44,156); }
div.DivClassName
{
background-color: #272C9C;
}
.BgClassName
{
background-color: #272C9C;
}
</style>
border-color css
<style>
span { border-color: #272C9C; }
span { border-color: rgb(39,44,156); }
td.TdClassName
{
border-color: #272C9C;
}
.TagClassName
{
border-color: #272C9C;
}
</style>