Shades of Astral #336F80
Tints of Astral #336F80
RGB
CMYK
RGB Variations
Color information
#336F80 (or 0x336F80) is known color: Astral. HEX triplet: 33, 6F and 80. RGB value is (51,111,128). Sum of RGB (Red+Green+Blue) = 51+111+128=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #336F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F80 is #CC907F. Grayscale: #5E5E5E. Windows color (decimal): -13406336 or 8417075. OLE color: 8417075.
HSL color Cylindrical-coordinate representation of color #336F80: hue angle of 193.25º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336F80 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 111 | 128 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.50 |
| HSL | 193.25º | 0.43% | 0.35% | - |
| HSV(B) | 193.25º | 0.6% | 0.5% | - |
| XYZ | 10.95 | 13.63 | 22.48 | - |
| YUV | 95 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 128 | 0.60 | 0.13 | 0 | 0.50 | 193.25 | 0.43 | 0.35 |
| Hex | 33 | 6F | 80 | 3C | D | 0 | 32 | C1 | 2B | 23 |
| Octal | 63 | 157 | 200 | 74 | 15 | 0 | 62 | 301 | 53 | 43 |
| Binary | 110011 | 1101111 | 10000000 | 111100 | 1101 | 0 | 110010 | 11000001 | 101011 | 100011 |
Color Harmonies of #336F80
Complementary color
Monochromatic Colors of #336F80
Black with #336F80
Text Example
Text Example
White with #336F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F80; }
p { color: rgb(51,111,128); }
H1.HeaderClassName
{
color: #336F80;
}
.AnyTagClassName
{
color: #336F80;
}
</style>
background-color css
<style>
a { background-color: #336F80; }
a { background-color: rgb(51,111,128); }
div.DivClassName
{
background-color: #336F80;
}
.BgClassName
{
background-color: #336F80;
}
</style>
border-color css
<style>
span { border-color: #336F80; }
span { border-color: rgb(51,111,128); }
td.TdClassName
{
border-color: #336F80;
}
.TagClassName
{
border-color: #336F80;
}
</style>