Shades of Astral #336780
Tints of Astral #336780
RGB
CMYK
RGB Variations
Color information
#336780 (or 0x336780) is known color: Astral. HEX triplet: 33, 67 and 80. RGB value is (51,103,128). Sum of RGB (Red+Green+Blue) = 51+103+128=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #336780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336780 is #CC987F. Grayscale: #5A5A5A. Windows color (decimal): -13408384 or 8415027. OLE color: 8415027.
HSL color Cylindrical-coordinate representation of color #336780: hue angle of 199.48º 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 #336780 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 103 | 128 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.50 |
| HSL | 199.48º | 0.43% | 0.35% | - |
| HSV(B) | 199.48º | 0.6% | 0.5% | - |
| XYZ | 10.11 | 11.96 | 22.2 | - |
| YUV | 90.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 128 | 0.60 | 0.20 | 0 | 0.50 | 199.48 | 0.43 | 0.35 |
| Hex | 33 | 67 | 80 | 3C | 14 | 0 | 32 | C7 | 2B | 23 |
| Octal | 63 | 147 | 200 | 74 | 24 | 0 | 62 | 307 | 53 | 43 |
| Binary | 110011 | 1100111 | 10000000 | 111100 | 10100 | 0 | 110010 | 11000111 | 101011 | 100011 |
Color Harmonies of #336780
Complementary color
Monochromatic Colors of #336780
Black with #336780
Text Example
Text Example
White with #336780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336780; }
p { color: rgb(51,103,128); }
H1.HeaderClassName
{
color: #336780;
}
.AnyTagClassName
{
color: #336780;
}
</style>
background-color css
<style>
a { background-color: #336780; }
a { background-color: rgb(51,103,128); }
div.DivClassName
{
background-color: #336780;
}
.BgClassName
{
background-color: #336780;
}
</style>
border-color css
<style>
span { border-color: #336780; }
span { border-color: rgb(51,103,128); }
td.TdClassName
{
border-color: #336780;
}
.TagClassName
{
border-color: #336780;
}
</style>