Shades of Egyptian Blue #272BA5
Tints of Egyptian Blue #272BA5
RGB
CMYK
RGB Variations
Color information
#272BA5 (or 0x272BA5) is known color: Egyptian Blue. HEX triplet: 27, 2B and A5. RGB value is (39,43,165). Sum of RGB (Red+Green+Blue) = 39+43+165=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #272BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BA5 is #D8D45A. Grayscale: #373737. Windows color (decimal): -14210139 or 10824487. OLE color: 10824487.
HSL color Cylindrical-coordinate representation of color #272BA5: hue angle of 238.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272BA5 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 43 | 165 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.35 |
| HSL | 238.1º | 0.62% | 0.4% | - |
| HSV(B) | 238.1º | 0.76% | 0.65% | - |
| XYZ | 8.49 | 4.88 | 36.09 | - |
| YUV | 55.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 165 | 0.76 | 0.74 | 0 | 0.35 | 238.1 | 0.62 | 0.4 |
| Hex | 27 | 2B | A5 | 4C | 4A | 0 | 23 | EE | 3E | 28 |
| Octal | 47 | 53 | 245 | 114 | 112 | 0 | 43 | 356 | 76 | 50 |
| Binary | 100111 | 101011 | 10100101 | 1001100 | 1001010 | 0 | 100011 | 11101110 | 111110 | 101000 |
Color Harmonies of #272BA5
Complementary color
Monochromatic Colors of #272BA5
Black with #272BA5
Text Example
Text Example
White with #272BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BA5; }
p { color: rgb(39,43,165); }
H1.HeaderClassName
{
color: #272BA5;
}
.AnyTagClassName
{
color: #272BA5;
}
</style>
background-color css
<style>
a { background-color: #272BA5; }
a { background-color: rgb(39,43,165); }
div.DivClassName
{
background-color: #272BA5;
}
.BgClassName
{
background-color: #272BA5;
}
</style>
border-color css
<style>
span { border-color: #272BA5; }
span { border-color: rgb(39,43,165); }
td.TdClassName
{
border-color: #272BA5;
}
.TagClassName
{
border-color: #272BA5;
}
</style>