Shades of Astral #2E738C
Tints of Astral #2E738C
RGB
CMYK
RGB Variations
Color information
#2E738C (or 0x2E738C) is known color: Astral. HEX triplet: 2E, 73 and 8C. RGB value is (46,115,140). Sum of RGB (Red+Green+Blue) = 46+115+140=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E738C is #D18C73. Grayscale: #616161. Windows color (decimal): -13732980 or 9204526. OLE color: 9204526.
HSL color Cylindrical-coordinate representation of color #2E738C: hue angle of 195.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E738C is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 115 | 140 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.45 |
| HSL | 195.96º | 0.51% | 0.36% | - |
| HSV(B) | 195.96º | 0.67% | 0.55% | - |
| XYZ | 11.99 | 14.74 | 27.02 | - |
| YUV | 97.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 140 | 0.67 | 0.18 | 0 | 0.45 | 195.96 | 0.51 | 0.36 |
| Hex | 2E | 73 | 8C | 43 | 12 | 0 | 2D | C4 | 33 | 24 |
| Octal | 56 | 163 | 214 | 103 | 22 | 0 | 55 | 304 | 63 | 44 |
| Binary | 101110 | 1110011 | 10001100 | 1000011 | 10010 | 0 | 101101 | 11000100 | 110011 | 100100 |
Color Harmonies of #2E738C
Complementary color
Monochromatic Colors of #2E738C
Black with #2E738C
Text Example
Text Example
White with #2E738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E738C; }
p { color: rgb(46,115,140); }
H1.HeaderClassName
{
color: #2E738C;
}
.AnyTagClassName
{
color: #2E738C;
}
</style>
background-color css
<style>
a { background-color: #2E738C; }
a { background-color: rgb(46,115,140); }
div.DivClassName
{
background-color: #2E738C;
}
.BgClassName
{
background-color: #2E738C;
}
</style>
border-color css
<style>
span { border-color: #2E738C; }
span { border-color: rgb(46,115,140); }
td.TdClassName
{
border-color: #2E738C;
}
.TagClassName
{
border-color: #2E738C;
}
</style>