Shades of Astral #2D6D84
Tints of Astral #2D6D84
RGB
CMYK
RGB Variations
Color information
#2D6D84 (or 0x2D6D84) is known color: Astral. HEX triplet: 2D, 6D and 84. RGB value is (45,109,132). Sum of RGB (Red+Green+Blue) = 45+109+132=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D6D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6D84 is #D2927B. Grayscale: #5C5C5C. Windows color (decimal): -13800060 or 8678701. OLE color: 8678701.
HSL color Cylindrical-coordinate representation of color #2D6D84: hue angle of 195.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6D84 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 109 | 132 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.48 |
| HSL | 195.86º | 0.49% | 0.35% | - |
| HSV(B) | 195.86º | 0.66% | 0.52% | - |
| XYZ | 10.72 | 13.16 | 23.81 | - |
| YUV | 92.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 132 | 0.66 | 0.17 | 0 | 0.48 | 195.86 | 0.49 | 0.35 |
| Hex | 2D | 6D | 84 | 42 | 11 | 0 | 30 | C4 | 31 | 23 |
| Octal | 55 | 155 | 204 | 102 | 21 | 0 | 60 | 304 | 61 | 43 |
| Binary | 101101 | 1101101 | 10000100 | 1000010 | 10001 | 0 | 110000 | 11000100 | 110001 | 100011 |
Color Harmonies of #2D6D84
Complementary color
Monochromatic Colors of #2D6D84
Black with #2D6D84
Text Example
Text Example
White with #2D6D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D84; }
p { color: rgb(45,109,132); }
H1.HeaderClassName
{
color: #2D6D84;
}
.AnyTagClassName
{
color: #2D6D84;
}
</style>
background-color css
<style>
a { background-color: #2D6D84; }
a { background-color: rgb(45,109,132); }
div.DivClassName
{
background-color: #2D6D84;
}
.BgClassName
{
background-color: #2D6D84;
}
</style>
border-color css
<style>
span { border-color: #2D6D84; }
span { border-color: rgb(45,109,132); }
td.TdClassName
{
border-color: #2D6D84;
}
.TagClassName
{
border-color: #2D6D84;
}
</style>