Shades of Astral #336C89
Tints of Astral #336C89
RGB
CMYK
RGB Variations
Color information
#336C89 (or 0x336C89) is known color: Astral. HEX triplet: 33, 6C and 89. RGB value is (51,108,137). Sum of RGB (Red+Green+Blue) = 51+108+137=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #336C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C89 is #CC9376. Grayscale: #5E5E5E. Windows color (decimal): -13407095 or 9006131. OLE color: 9006131.
HSL color Cylindrical-coordinate representation of color #336C89: hue angle of 200.23º 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 #336C89 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 108 | 137 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.46 |
| HSL | 200.23º | 0.46% | 0.37% | - |
| HSV(B) | 200.23º | 0.63% | 0.54% | - |
| XYZ | 11.24 | 13.24 | 25.63 | - |
| YUV | 94.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 137 | 0.63 | 0.21 | 0 | 0.46 | 200.23 | 0.46 | 0.37 |
| Hex | 33 | 6C | 89 | 3F | 15 | 0 | 2E | C8 | 2E | 25 |
| Octal | 63 | 154 | 211 | 77 | 25 | 0 | 56 | 310 | 56 | 45 |
| Binary | 110011 | 1101100 | 10001001 | 111111 | 10101 | 0 | 101110 | 11001000 | 101110 | 100101 |
Color Harmonies of #336C89
Complementary color
Monochromatic Colors of #336C89
Black with #336C89
Text Example
Text Example
White with #336C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C89; }
p { color: rgb(51,108,137); }
H1.HeaderClassName
{
color: #336C89;
}
.AnyTagClassName
{
color: #336C89;
}
</style>
background-color css
<style>
a { background-color: #336C89; }
a { background-color: rgb(51,108,137); }
div.DivClassName
{
background-color: #336C89;
}
.BgClassName
{
background-color: #336C89;
}
</style>
border-color css
<style>
span { border-color: #336C89; }
span { border-color: rgb(51,108,137); }
td.TdClassName
{
border-color: #336C89;
}
.TagClassName
{
border-color: #336C89;
}
</style>