Shades of Astral #3D6E92
Tints of Astral #3D6E92
RGB
CMYK
RGB Variations
Color information
#3D6E92 (or 0x3D6E92) is known color: Astral. HEX triplet: 3D, 6E and 92. RGB value is (61,110,146). Sum of RGB (Red+Green+Blue) = 61+110+146=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D6E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6E92 is #C2916D. Grayscale: #636363. Windows color (decimal): -12751214 or 9596477. OLE color: 9596477.
HSL color Cylindrical-coordinate representation of color #3D6E92: hue angle of 205.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6E92 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 110 | 146 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.43 |
| HSL | 205.41º | 0.41% | 0.41% | - |
| HSV(B) | 205.41º | 0.58% | 0.57% | - |
| XYZ | 12.69 | 14.22 | 29.27 | - |
| YUV | 99.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 146 | 0.58 | 0.25 | 0 | 0.43 | 205.41 | 0.41 | 0.41 |
| Hex | 3D | 6E | 92 | 3A | 19 | 0 | 2B | CD | 29 | 29 |
| Octal | 75 | 156 | 222 | 72 | 31 | 0 | 53 | 315 | 51 | 51 |
| Binary | 111101 | 1101110 | 10010010 | 111010 | 11001 | 0 | 101011 | 11001101 | 101001 | 101001 |
Color Harmonies of #3D6E92
Complementary color
Monochromatic Colors of #3D6E92
Black with #3D6E92
Text Example
Text Example
White with #3D6E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6E92; }
p { color: rgb(61,110,146); }
H1.HeaderClassName
{
color: #3D6E92;
}
.AnyTagClassName
{
color: #3D6E92;
}
</style>
background-color css
<style>
a { background-color: #3D6E92; }
a { background-color: rgb(61,110,146); }
div.DivClassName
{
background-color: #3D6E92;
}
.BgClassName
{
background-color: #3D6E92;
}
</style>
border-color css
<style>
span { border-color: #3D6E92; }
span { border-color: rgb(61,110,146); }
td.TdClassName
{
border-color: #3D6E92;
}
.TagClassName
{
border-color: #3D6E92;
}
</style>