Shades of Astral #336688
Tints of Astral #336688
RGB
CMYK
RGB Variations
Color information
#336688 (or 0x336688) is known color: Astral. HEX triplet: 33, 66 and 88. RGB value is (51,102,136). Sum of RGB (Red+Green+Blue) = 51+102+136=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #336688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336688 is #CC9977. Grayscale: #5A5A5A. Windows color (decimal): -13408632 or 8939059. OLE color: 8939059.
HSL color Cylindrical-coordinate representation of color #336688: hue angle of 204º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336688 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 102 | 136 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.47 |
| HSL | 204º | 0.45% | 0.37% | - |
| HSV(B) | 204º | 0.63% | 0.53% | - |
| XYZ | 10.56 | 11.98 | 25.05 | - |
| YUV | 90.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 136 | 0.62 | 0.25 | 0 | 0.47 | 204 | 0.45 | 0.37 |
| Hex | 33 | 66 | 88 | 3E | 19 | 0 | 2F | CC | 2D | 25 |
| Octal | 63 | 146 | 210 | 76 | 31 | 0 | 57 | 314 | 55 | 45 |
| Binary | 110011 | 1100110 | 10001000 | 111110 | 11001 | 0 | 101111 | 11001100 | 101101 | 100101 |
Color Harmonies of #336688
Complementary color
Monochromatic Colors of #336688
Black with #336688
Text Example
Text Example
White with #336688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336688; }
p { color: rgb(51,102,136); }
H1.HeaderClassName
{
color: #336688;
}
.AnyTagClassName
{
color: #336688;
}
</style>
background-color css
<style>
a { background-color: #336688; }
a { background-color: rgb(51,102,136); }
div.DivClassName
{
background-color: #336688;
}
.BgClassName
{
background-color: #336688;
}
</style>
border-color css
<style>
span { border-color: #336688; }
span { border-color: rgb(51,102,136); }
td.TdClassName
{
border-color: #336688;
}
.TagClassName
{
border-color: #336688;
}
</style>