Shades of Astral #2E6685
Tints of Astral #2E6685
RGB
CMYK
RGB Variations
Color information
#2E6685 (or 0x2E6685) is known color: Astral. HEX triplet: 2E, 66 and 85. RGB value is (46,102,133). Sum of RGB (Red+Green+Blue) = 46+102+133=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6685 is #D1997A. Grayscale: #585858. Windows color (decimal): -13736315 or 8742446. OLE color: 8742446.
HSL color Cylindrical-coordinate representation of color #2E6685: hue angle of 201.38º 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 #2E6685 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 102 | 133 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.48 |
| HSL | 201.38º | 0.49% | 0.35% | - |
| HSV(B) | 201.38º | 0.65% | 0.52% | - |
| XYZ | 10.11 | 11.78 | 23.93 | - |
| YUV | 88.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 133 | 0.65 | 0.23 | 0 | 0.48 | 201.38 | 0.49 | 0.35 |
| Hex | 2E | 66 | 85 | 41 | 17 | 0 | 30 | C9 | 31 | 23 |
| Octal | 56 | 146 | 205 | 101 | 27 | 0 | 60 | 311 | 61 | 43 |
| Binary | 101110 | 1100110 | 10000101 | 1000001 | 10111 | 0 | 110000 | 11001001 | 110001 | 100011 |
Color Harmonies of #2E6685
Complementary color
Monochromatic Colors of #2E6685
Black with #2E6685
Text Example
Text Example
White with #2E6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6685; }
p { color: rgb(46,102,133); }
H1.HeaderClassName
{
color: #2E6685;
}
.AnyTagClassName
{
color: #2E6685;
}
</style>
background-color css
<style>
a { background-color: #2E6685; }
a { background-color: rgb(46,102,133); }
div.DivClassName
{
background-color: #2E6685;
}
.BgClassName
{
background-color: #2E6685;
}
</style>
border-color css
<style>
span { border-color: #2E6685; }
span { border-color: rgb(46,102,133); }
td.TdClassName
{
border-color: #2E6685;
}
.TagClassName
{
border-color: #2E6685;
}
</style>