Shades of Egyptian Blue #272D9D
Tints of Egyptian Blue #272D9D
RGB
CMYK
RGB Variations
Color information
#272D9D (or 0x272D9D) is known color: Egyptian Blue. HEX triplet: 27, 2D and 9D. RGB value is (39,45,157). Sum of RGB (Red+Green+Blue) = 39+45+157=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #272D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272D9D is #D8D262. Grayscale: #373737. Windows color (decimal): -14209635 or 10300711. OLE color: 10300711.
HSL color Cylindrical-coordinate representation of color #272D9D: hue angle of 236.95º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272D9D is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 45 | 157 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.38 |
| HSL | 236.95º | 0.6% | 0.38% | - |
| HSV(B) | 236.95º | 0.75% | 0.62% | - |
| XYZ | 7.86 | 4.74 | 32.4 | - |
| YUV | 55.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 157 | 0.75 | 0.71 | 0 | 0.38 | 236.95 | 0.6 | 0.38 |
| Hex | 27 | 2D | 9D | 4B | 47 | 0 | 26 | ED | 3C | 26 |
| Octal | 47 | 55 | 235 | 113 | 107 | 0 | 46 | 355 | 74 | 46 |
| Binary | 100111 | 101101 | 10011101 | 1001011 | 1000111 | 0 | 100110 | 11101101 | 111100 | 100110 |
Color Harmonies of #272D9D
Complementary color
Monochromatic Colors of #272D9D
Black with #272D9D
Text Example
Text Example
White with #272D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D9D; }
p { color: rgb(39,45,157); }
H1.HeaderClassName
{
color: #272D9D;
}
.AnyTagClassName
{
color: #272D9D;
}
</style>
background-color css
<style>
a { background-color: #272D9D; }
a { background-color: rgb(39,45,157); }
div.DivClassName
{
background-color: #272D9D;
}
.BgClassName
{
background-color: #272D9D;
}
</style>
border-color css
<style>
span { border-color: #272D9D; }
span { border-color: rgb(39,45,157); }
td.TdClassName
{
border-color: #272D9D;
}
.TagClassName
{
border-color: #272D9D;
}
</style>