Shades of Astral #2E668A
Tints of Astral #2E668A
RGB
CMYK
RGB Variations
Color information
#2E668A (or 0x2E668A) is known color: Astral. HEX triplet: 2E, 66 and 8A. RGB value is (46,102,138). Sum of RGB (Red+Green+Blue) = 46+102+138=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E668A is #D19975. Grayscale: #595959. Windows color (decimal): -13736310 or 9070126. OLE color: 9070126.
HSL color Cylindrical-coordinate representation of color #2E668A: hue angle of 203.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E668A is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 102 | 138 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.46 |
| HSL | 203.48º | 0.5% | 0.36% | - |
| HSV(B) | 203.48º | 0.67% | 0.54% | - |
| XYZ | 10.47 | 11.92 | 25.79 | - |
| YUV | 89.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 138 | 0.67 | 0.26 | 0 | 0.46 | 203.48 | 0.5 | 0.36 |
| Hex | 2E | 66 | 8A | 43 | 1A | 0 | 2E | CB | 32 | 24 |
| Octal | 56 | 146 | 212 | 103 | 32 | 0 | 56 | 313 | 62 | 44 |
| Binary | 101110 | 1100110 | 10001010 | 1000011 | 11010 | 0 | 101110 | 11001011 | 110010 | 100100 |
Color Harmonies of #2E668A
Complementary color
Monochromatic Colors of #2E668A
Black with #2E668A
Text Example
Text Example
White with #2E668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E668A; }
p { color: rgb(46,102,138); }
H1.HeaderClassName
{
color: #2E668A;
}
.AnyTagClassName
{
color: #2E668A;
}
</style>
background-color css
<style>
a { background-color: #2E668A; }
a { background-color: rgb(46,102,138); }
div.DivClassName
{
background-color: #2E668A;
}
.BgClassName
{
background-color: #2E668A;
}
</style>
border-color css
<style>
span { border-color: #2E668A; }
span { border-color: rgb(46,102,138); }
td.TdClassName
{
border-color: #2E668A;
}
.TagClassName
{
border-color: #2E668A;
}
</style>