Shades of Egyptian Blue #272F9A
Tints of Egyptian Blue #272F9A
RGB
CMYK
RGB Variations
Color information
#272F9A (or 0x272F9A) is known color: Egyptian Blue. HEX triplet: 27, 2F and 9A. RGB value is (39,47,154). Sum of RGB (Red+Green+Blue) = 39+47+154=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #272F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F9A is #D8D065. Grayscale: #383838. Windows color (decimal): -14209126 or 10104615. OLE color: 10104615.
HSL color Cylindrical-coordinate representation of color #272F9A: hue angle of 235.83º 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 #272F9A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 47 | 154 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.40 |
| HSL | 235.83º | 0.6% | 0.38% | - |
| HSV(B) | 235.83º | 0.75% | 0.6% | - |
| XYZ | 7.69 | 4.8 | 31.09 | - |
| YUV | 56.81 | 182.85 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 154 | 0.75 | 0.69 | 0 | 0.40 | 235.83 | 0.6 | 0.38 |
| Hex | 27 | 2F | 9A | 4B | 45 | 0 | 28 | EC | 3C | 26 |
| Octal | 47 | 57 | 232 | 113 | 105 | 0 | 50 | 354 | 74 | 46 |
| Binary | 100111 | 101111 | 10011010 | 1001011 | 1000101 | 0 | 101000 | 11101100 | 111100 | 100110 |
Color Harmonies of #272F9A
Complementary color
Monochromatic Colors of #272F9A
Black with #272F9A
Text Example
Text Example
White with #272F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F9A; }
p { color: rgb(39,47,154); }
H1.HeaderClassName
{
color: #272F9A;
}
.AnyTagClassName
{
color: #272F9A;
}
</style>
background-color css
<style>
a { background-color: #272F9A; }
a { background-color: rgb(39,47,154); }
div.DivClassName
{
background-color: #272F9A;
}
.BgClassName
{
background-color: #272F9A;
}
</style>
border-color css
<style>
span { border-color: #272F9A; }
span { border-color: rgb(39,47,154); }
td.TdClassName
{
border-color: #272F9A;
}
.TagClassName
{
border-color: #272F9A;
}
</style>