Shades of Astral #336C8D
Tints of Astral #336C8D
RGB
CMYK
RGB Variations
Color information
#336C8D (or 0x336C8D) is known color: Astral. HEX triplet: 33, 6C and 8D. RGB value is (51,108,141). Sum of RGB (Red+Green+Blue) = 51+108+141=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #336C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C8D is #CC9372. Grayscale: #5E5E5E. Windows color (decimal): -13407091 or 9268275. OLE color: 9268275.
HSL color Cylindrical-coordinate representation of color #336C8D: hue angle of 202º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #336C8D is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 108 | 141 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.45 |
| HSL | 202º | 0.47% | 0.38% | - |
| HSV(B) | 202º | 0.64% | 0.55% | - |
| XYZ | 11.54 | 13.35 | 27.17 | - |
| YUV | 94.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 141 | 0.64 | 0.23 | 0 | 0.45 | 202 | 0.47 | 0.38 |
| Hex | 33 | 6C | 8D | 40 | 17 | 0 | 2D | CA | 2F | 26 |
| Octal | 63 | 154 | 215 | 100 | 27 | 0 | 55 | 312 | 57 | 46 |
| Binary | 110011 | 1101100 | 10001101 | 1000000 | 10111 | 0 | 101101 | 11001010 | 101111 | 100110 |
Color Harmonies of #336C8D
Complementary color
Monochromatic Colors of #336C8D
Black with #336C8D
Text Example
Text Example
White with #336C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C8D; }
p { color: rgb(51,108,141); }
H1.HeaderClassName
{
color: #336C8D;
}
.AnyTagClassName
{
color: #336C8D;
}
</style>
background-color css
<style>
a { background-color: #336C8D; }
a { background-color: rgb(51,108,141); }
div.DivClassName
{
background-color: #336C8D;
}
.BgClassName
{
background-color: #336C8D;
}
</style>
border-color css
<style>
span { border-color: #336C8D; }
span { border-color: rgb(51,108,141); }
td.TdClassName
{
border-color: #336C8D;
}
.TagClassName
{
border-color: #336C8D;
}
</style>