Shades of Astral #2E6F93
Tints of Astral #2E6F93
RGB
CMYK
RGB Variations
Color information
#2E6F93 (or 0x2E6F93) is known color: Astral. HEX triplet: 2E, 6F and 93. RGB value is (46,111,147). Sum of RGB (Red+Green+Blue) = 46+111+147=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E6F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6F93 is #D1906C. Grayscale: #5F5F5F. Windows color (decimal): -13733997 or 9662254. OLE color: 9662254.
HSL color Cylindrical-coordinate representation of color #2E6F93: hue angle of 201.39º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E6F93 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 111 | 147 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.42 |
| HSL | 201.39º | 0.52% | 0.38% | - |
| HSV(B) | 201.39º | 0.69% | 0.58% | - |
| XYZ | 12.08 | 14.06 | 29.68 | - |
| YUV | 95.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 147 | 0.69 | 0.24 | 0 | 0.42 | 201.39 | 0.52 | 0.38 |
| Hex | 2E | 6F | 93 | 45 | 18 | 0 | 2A | C9 | 34 | 26 |
| Octal | 56 | 157 | 223 | 105 | 30 | 0 | 52 | 311 | 64 | 46 |
| Binary | 101110 | 1101111 | 10010011 | 1000101 | 11000 | 0 | 101010 | 11001001 | 110100 | 100110 |
Color Harmonies of #2E6F93
Complementary color
Monochromatic Colors of #2E6F93
Black with #2E6F93
Text Example
Text Example
White with #2E6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F93; }
p { color: rgb(46,111,147); }
H1.HeaderClassName
{
color: #2E6F93;
}
.AnyTagClassName
{
color: #2E6F93;
}
</style>
background-color css
<style>
a { background-color: #2E6F93; }
a { background-color: rgb(46,111,147); }
div.DivClassName
{
background-color: #2E6F93;
}
.BgClassName
{
background-color: #2E6F93;
}
</style>
border-color css
<style>
span { border-color: #2E6F93; }
span { border-color: rgb(46,111,147); }
td.TdClassName
{
border-color: #2E6F93;
}
.TagClassName
{
border-color: #2E6F93;
}
</style>