Shades of Astral #3D6789
Tints of Astral #3D6789
RGB
CMYK
RGB Variations
Color information
#3D6789 (or 0x3D6789) is known color: Astral. HEX triplet: 3D, 67 and 89. RGB value is (61,103,137). Sum of RGB (Red+Green+Blue) = 61+103+137=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6789 is #C29876. Grayscale: #5E5E5E. Windows color (decimal): -12753015 or 9004861. OLE color: 9004861.
HSL color Cylindrical-coordinate representation of color #3D6789: hue angle of 206.84º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D6789 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 103 | 137 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.46 |
| HSL | 206.84º | 0.38% | 0.39% | - |
| HSV(B) | 206.84º | 0.55% | 0.54% | - |
| XYZ | 11.29 | 12.5 | 25.48 | - |
| YUV | 94.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 137 | 0.55 | 0.25 | 0 | 0.46 | 206.84 | 0.38 | 0.39 |
| Hex | 3D | 67 | 89 | 37 | 19 | 0 | 2E | CF | 26 | 27 |
| Octal | 75 | 147 | 211 | 67 | 31 | 0 | 56 | 317 | 46 | 47 |
| Binary | 111101 | 1100111 | 10001001 | 110111 | 11001 | 0 | 101110 | 11001111 | 100110 | 100111 |
Color Harmonies of #3D6789
Complementary color
Monochromatic Colors of #3D6789
Black with #3D6789
Text Example
Text Example
White with #3D6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6789; }
p { color: rgb(61,103,137); }
H1.HeaderClassName
{
color: #3D6789;
}
.AnyTagClassName
{
color: #3D6789;
}
</style>
background-color css
<style>
a { background-color: #3D6789; }
a { background-color: rgb(61,103,137); }
div.DivClassName
{
background-color: #3D6789;
}
.BgClassName
{
background-color: #3D6789;
}
</style>
border-color css
<style>
span { border-color: #3D6789; }
span { border-color: rgb(61,103,137); }
td.TdClassName
{
border-color: #3D6789;
}
.TagClassName
{
border-color: #3D6789;
}
</style>