Shades of Astral #2A6B8A
Tints of Astral #2A6B8A
RGB
CMYK
RGB Variations
Color information
#2A6B8A (or 0x2A6B8A) is known color: Astral. HEX triplet: 2A, 6B and 8A. RGB value is (42,107,138). Sum of RGB (Red+Green+Blue) = 42+107+138=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A6B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6B8A is #D59475. Grayscale: #5A5A5A. Windows color (decimal): -13997174 or 9071402. OLE color: 9071402.
HSL color Cylindrical-coordinate representation of color #2A6B8A: hue angle of 199.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A6B8A is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 107 | 138 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.46 |
| HSL | 199.38º | 0.53% | 0.35% | - |
| HSV(B) | 199.38º | 0.7% | 0.54% | - |
| XYZ | 10.8 | 12.84 | 25.95 | - |
| YUV | 91.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 138 | 0.70 | 0.22 | 0 | 0.46 | 199.38 | 0.53 | 0.35 |
| Hex | 2A | 6B | 8A | 46 | 16 | 0 | 2E | C7 | 35 | 23 |
| Octal | 52 | 153 | 212 | 106 | 26 | 0 | 56 | 307 | 65 | 43 |
| Binary | 101010 | 1101011 | 10001010 | 1000110 | 10110 | 0 | 101110 | 11000111 | 110101 | 100011 |
Color Harmonies of #2A6B8A
Complementary color
Monochromatic Colors of #2A6B8A
Black with #2A6B8A
Text Example
Text Example
White with #2A6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B8A; }
p { color: rgb(42,107,138); }
H1.HeaderClassName
{
color: #2A6B8A;
}
.AnyTagClassName
{
color: #2A6B8A;
}
</style>
background-color css
<style>
a { background-color: #2A6B8A; }
a { background-color: rgb(42,107,138); }
div.DivClassName
{
background-color: #2A6B8A;
}
.BgClassName
{
background-color: #2A6B8A;
}
</style>
border-color css
<style>
span { border-color: #2A6B8A; }
span { border-color: rgb(42,107,138); }
td.TdClassName
{
border-color: #2A6B8A;
}
.TagClassName
{
border-color: #2A6B8A;
}
</style>