Shades of Astral #2E6585
Tints of Astral #2E6585
RGB
CMYK
RGB Variations
Color information
#2E6585 (or 0x2E6585) is known color: Astral. HEX triplet: 2E, 65 and 85. RGB value is (46,101,133). Sum of RGB (Red+Green+Blue) = 46+101+133=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6585 is #D19A7A. Grayscale: #585858. Windows color (decimal): -13736571 or 8742190. OLE color: 8742190.
HSL color Cylindrical-coordinate representation of color #2E6585: hue angle of 202.07º degrees, saturation: 0.49, 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 #2E6585 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 101 | 133 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.48 |
| HSL | 202.07º | 0.49% | 0.35% | - |
| HSV(B) | 202.07º | 0.65% | 0.52% | - |
| XYZ | 10.01 | 11.58 | 23.9 | - |
| YUV | 88.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 133 | 0.65 | 0.24 | 0 | 0.48 | 202.07 | 0.49 | 0.35 |
| Hex | 2E | 65 | 85 | 41 | 18 | 0 | 30 | CA | 31 | 23 |
| Octal | 56 | 145 | 205 | 101 | 30 | 0 | 60 | 312 | 61 | 43 |
| Binary | 101110 | 1100101 | 10000101 | 1000001 | 11000 | 0 | 110000 | 11001010 | 110001 | 100011 |
Color Harmonies of #2E6585
Complementary color
Monochromatic Colors of #2E6585
Black with #2E6585
Text Example
Text Example
White with #2E6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6585; }
p { color: rgb(46,101,133); }
H1.HeaderClassName
{
color: #2E6585;
}
.AnyTagClassName
{
color: #2E6585;
}
</style>
background-color css
<style>
a { background-color: #2E6585; }
a { background-color: rgb(46,101,133); }
div.DivClassName
{
background-color: #2E6585;
}
.BgClassName
{
background-color: #2E6585;
}
</style>
border-color css
<style>
span { border-color: #2E6585; }
span { border-color: rgb(46,101,133); }
td.TdClassName
{
border-color: #2E6585;
}
.TagClassName
{
border-color: #2E6585;
}
</style>