Shades of Astral #2E7384
Tints of Astral #2E7384
RGB
CMYK
RGB Variations
Color information
#2E7384 (or 0x2E7384) is known color: Astral. HEX triplet: 2E, 73 and 84. RGB value is (46,115,132). Sum of RGB (Red+Green+Blue) = 46+115+132=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E7384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7384 is #D18C7B. Grayscale: #606060. Windows color (decimal): -13732988 or 8680238. OLE color: 8680238.
HSL color Cylindrical-coordinate representation of color #2E7384: hue angle of 191.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7384 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 115 | 132 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.48 |
| HSL | 191.86º | 0.48% | 0.35% | - |
| HSV(B) | 191.86º | 0.65% | 0.52% | - |
| XYZ | 11.42 | 14.51 | 24.03 | - |
| YUV | 96.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 132 | 0.65 | 0.13 | 0 | 0.48 | 191.86 | 0.48 | 0.35 |
| Hex | 2E | 73 | 84 | 41 | D | 0 | 30 | C0 | 30 | 23 |
| Octal | 56 | 163 | 204 | 101 | 15 | 0 | 60 | 300 | 60 | 43 |
| Binary | 101110 | 1110011 | 10000100 | 1000001 | 1101 | 0 | 110000 | 11000000 | 110000 | 100011 |
Color Harmonies of #2E7384
Complementary color
Monochromatic Colors of #2E7384
Black with #2E7384
Text Example
Text Example
White with #2E7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7384; }
p { color: rgb(46,115,132); }
H1.HeaderClassName
{
color: #2E7384;
}
.AnyTagClassName
{
color: #2E7384;
}
</style>
background-color css
<style>
a { background-color: #2E7384; }
a { background-color: rgb(46,115,132); }
div.DivClassName
{
background-color: #2E7384;
}
.BgClassName
{
background-color: #2E7384;
}
</style>
border-color css
<style>
span { border-color: #2E7384; }
span { border-color: rgb(46,115,132); }
td.TdClassName
{
border-color: #2E7384;
}
.TagClassName
{
border-color: #2E7384;
}
</style>