Shades of Astral #336689
Tints of Astral #336689
RGB
CMYK
RGB Variations
Color information
#336689 (or 0x336689) is known color: Astral. HEX triplet: 33, 66 and 89. RGB value is (51,102,137). Sum of RGB (Red+Green+Blue) = 51+102+137=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #336689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336689 is #CC9976. Grayscale: #5A5A5A. Windows color (decimal): -13408631 or 9004595. OLE color: 9004595.
HSL color Cylindrical-coordinate representation of color #336689: hue angle of 204.42º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336689 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 102 | 137 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.46 |
| HSL | 204.42º | 0.46% | 0.37% | - |
| HSV(B) | 204.42º | 0.63% | 0.54% | - |
| XYZ | 10.63 | 12.01 | 25.43 | - |
| YUV | 90.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 137 | 0.63 | 0.26 | 0 | 0.46 | 204.42 | 0.46 | 0.37 |
| Hex | 33 | 66 | 89 | 3F | 1A | 0 | 2E | CC | 2E | 25 |
| Octal | 63 | 146 | 211 | 77 | 32 | 0 | 56 | 314 | 56 | 45 |
| Binary | 110011 | 1100110 | 10001001 | 111111 | 11010 | 0 | 101110 | 11001100 | 101110 | 100101 |
Color Harmonies of #336689
Complementary color
Monochromatic Colors of #336689
Black with #336689
Text Example
Text Example
White with #336689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336689; }
p { color: rgb(51,102,137); }
H1.HeaderClassName
{
color: #336689;
}
.AnyTagClassName
{
color: #336689;
}
</style>
background-color css
<style>
a { background-color: #336689; }
a { background-color: rgb(51,102,137); }
div.DivClassName
{
background-color: #336689;
}
.BgClassName
{
background-color: #336689;
}
</style>
border-color css
<style>
span { border-color: #336689; }
span { border-color: rgb(51,102,137); }
td.TdClassName
{
border-color: #336689;
}
.TagClassName
{
border-color: #336689;
}
</style>