Shades of Astral #2E6B83
Tints of Astral #2E6B83
RGB
CMYK
RGB Variations
Color information
#2E6B83 (or 0x2E6B83) is known color: Astral. HEX triplet: 2E, 6B and 83. RGB value is (46,107,131). Sum of RGB (Red+Green+Blue) = 46+107+131=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E6B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6B83 is #D1947C. Grayscale: #5B5B5B. Windows color (decimal): -13735037 or 8612654. OLE color: 8612654.
HSL color Cylindrical-coordinate representation of color #2E6B83: hue angle of 196.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E6B83 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 107 | 131 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.49 |
| HSL | 196.94º | 0.48% | 0.35% | - |
| HSV(B) | 196.94º | 0.65% | 0.51% | - |
| XYZ | 10.48 | 12.73 | 23.38 | - |
| YUV | 91.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 131 | 0.65 | 0.18 | 0 | 0.49 | 196.94 | 0.48 | 0.35 |
| Hex | 2E | 6B | 83 | 41 | 12 | 0 | 31 | C5 | 30 | 23 |
| Octal | 56 | 153 | 203 | 101 | 22 | 0 | 61 | 305 | 60 | 43 |
| Binary | 101110 | 1101011 | 10000011 | 1000001 | 10010 | 0 | 110001 | 11000101 | 110000 | 100011 |
Color Harmonies of #2E6B83
Complementary color
Monochromatic Colors of #2E6B83
Black with #2E6B83
Text Example
Text Example
White with #2E6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B83; }
p { color: rgb(46,107,131); }
H1.HeaderClassName
{
color: #2E6B83;
}
.AnyTagClassName
{
color: #2E6B83;
}
</style>
background-color css
<style>
a { background-color: #2E6B83; }
a { background-color: rgb(46,107,131); }
div.DivClassName
{
background-color: #2E6B83;
}
.BgClassName
{
background-color: #2E6B83;
}
</style>
border-color css
<style>
span { border-color: #2E6B83; }
span { border-color: rgb(46,107,131); }
td.TdClassName
{
border-color: #2E6B83;
}
.TagClassName
{
border-color: #2E6B83;
}
</style>