Shades of Astral #336D86
Tints of Astral #336D86
RGB
CMYK
RGB Variations
Color information
#336D86 (or 0x336D86) is known color: Astral. HEX triplet: 33, 6D and 86. RGB value is (51,109,134). Sum of RGB (Red+Green+Blue) = 51+109+134=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #336D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D86 is #CC9279. Grayscale: #5E5E5E. Windows color (decimal): -13406842 or 8809779. OLE color: 8809779.
HSL color Cylindrical-coordinate representation of color #336D86: hue angle of 198.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336D86 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 109 | 134 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.47 |
| HSL | 198.07º | 0.45% | 0.36% | - |
| HSV(B) | 198.07º | 0.62% | 0.53% | - |
| XYZ | 11.14 | 13.36 | 24.55 | - |
| YUV | 94.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 134 | 0.62 | 0.19 | 0 | 0.47 | 198.07 | 0.45 | 0.36 |
| Hex | 33 | 6D | 86 | 3E | 13 | 0 | 2F | C6 | 2D | 24 |
| Octal | 63 | 155 | 206 | 76 | 23 | 0 | 57 | 306 | 55 | 44 |
| Binary | 110011 | 1101101 | 10000110 | 111110 | 10011 | 0 | 101111 | 11000110 | 101101 | 100100 |
Color Harmonies of #336D86
Complementary color
Monochromatic Colors of #336D86
Black with #336D86
Text Example
Text Example
White with #336D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D86; }
p { color: rgb(51,109,134); }
H1.HeaderClassName
{
color: #336D86;
}
.AnyTagClassName
{
color: #336D86;
}
</style>
background-color css
<style>
a { background-color: #336D86; }
a { background-color: rgb(51,109,134); }
div.DivClassName
{
background-color: #336D86;
}
.BgClassName
{
background-color: #336D86;
}
</style>
border-color css
<style>
span { border-color: #336D86; }
span { border-color: rgb(51,109,134); }
td.TdClassName
{
border-color: #336D86;
}
.TagClassName
{
border-color: #336D86;
}
</style>