Shades of Egyptian Blue #272FA3
Tints of Egyptian Blue #272FA3
RGB
CMYK
RGB Variations
Color information
#272FA3 (or 0x272FA3) is known color: Egyptian Blue. HEX triplet: 27, 2F and A3. RGB value is (39,47,163). Sum of RGB (Red+Green+Blue) = 39+47+163=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #272FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FA3 is #D8D05C. Grayscale: #393939. Windows color (decimal): -14209117 or 10694439. OLE color: 10694439.
HSL color Cylindrical-coordinate representation of color #272FA3: hue angle of 236.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272FA3 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 47 | 163 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.36 |
| HSL | 236.13º | 0.61% | 0.4% | - |
| HSV(B) | 236.13º | 0.76% | 0.64% | - |
| XYZ | 8.46 | 5.11 | 35.19 | - |
| YUV | 57.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 163 | 0.76 | 0.71 | 0 | 0.36 | 236.13 | 0.61 | 0.4 |
| Hex | 27 | 2F | A3 | 4C | 47 | 0 | 24 | EC | 3D | 28 |
| Octal | 47 | 57 | 243 | 114 | 107 | 0 | 44 | 354 | 75 | 50 |
| Binary | 100111 | 101111 | 10100011 | 1001100 | 1000111 | 0 | 100100 | 11101100 | 111101 | 101000 |
Color Harmonies of #272FA3
Complementary color
Monochromatic Colors of #272FA3
Black with #272FA3
Text Example
Text Example
White with #272FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FA3; }
p { color: rgb(39,47,163); }
H1.HeaderClassName
{
color: #272FA3;
}
.AnyTagClassName
{
color: #272FA3;
}
</style>
background-color css
<style>
a { background-color: #272FA3; }
a { background-color: rgb(39,47,163); }
div.DivClassName
{
background-color: #272FA3;
}
.BgClassName
{
background-color: #272FA3;
}
</style>
border-color css
<style>
span { border-color: #272FA3; }
span { border-color: rgb(39,47,163); }
td.TdClassName
{
border-color: #272FA3;
}
.TagClassName
{
border-color: #272FA3;
}
</style>