Shades of Egyptian Blue #272D9A
Tints of Egyptian Blue #272D9A
RGB
CMYK
RGB Variations
Color information
#272D9A (or 0x272D9A) is known color: Egyptian Blue. HEX triplet: 27, 2D and 9A. RGB value is (39,45,154). Sum of RGB (Red+Green+Blue) = 39+45+154=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #272D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D9A is #D8D265. Grayscale: #373737. Windows color (decimal): -14209638 or 10104103. OLE color: 10104103.
HSL color Cylindrical-coordinate representation of color #272D9A: hue angle of 236.87º 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 #272D9A is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 45 | 154 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.40 |
| HSL | 236.87º | 0.6% | 0.38% | - |
| HSV(B) | 236.87º | 0.75% | 0.6% | - |
| XYZ | 7.61 | 4.64 | 31.07 | - |
| YUV | 55.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 154 | 0.75 | 0.71 | 0 | 0.40 | 236.87 | 0.6 | 0.38 |
| Hex | 27 | 2D | 9A | 4B | 47 | 0 | 28 | ED | 3C | 26 |
| Octal | 47 | 55 | 232 | 113 | 107 | 0 | 50 | 355 | 74 | 46 |
| Binary | 100111 | 101101 | 10011010 | 1001011 | 1000111 | 0 | 101000 | 11101101 | 111100 | 100110 |
Color Harmonies of #272D9A
Complementary color
Monochromatic Colors of #272D9A
Black with #272D9A
Text Example
Text Example
White with #272D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D9A; }
p { color: rgb(39,45,154); }
H1.HeaderClassName
{
color: #272D9A;
}
.AnyTagClassName
{
color: #272D9A;
}
</style>
background-color css
<style>
a { background-color: #272D9A; }
a { background-color: rgb(39,45,154); }
div.DivClassName
{
background-color: #272D9A;
}
.BgClassName
{
background-color: #272D9A;
}
</style>
border-color css
<style>
span { border-color: #272D9A; }
span { border-color: rgb(39,45,154); }
td.TdClassName
{
border-color: #272D9A;
}
.TagClassName
{
border-color: #272D9A;
}
</style>