Shades of Astral #336F8D
Tints of Astral #336F8D
RGB
CMYK
RGB Variations
Color information
#336F8D (or 0x336F8D) is known color: Astral. HEX triplet: 33, 6F and 8D. RGB value is (51,111,141). Sum of RGB (Red+Green+Blue) = 51+111+141=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #336F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F8D is #CC9072. Grayscale: #606060. Windows color (decimal): -13406323 or 9269043. OLE color: 9269043.
HSL color Cylindrical-coordinate representation of color #336F8D: hue angle of 200º 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 #336F8D is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 111 | 141 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.45 |
| HSL | 200º | 0.47% | 0.38% | - |
| HSV(B) | 200º | 0.64% | 0.55% | - |
| XYZ | 11.86 | 14 | 27.28 | - |
| YUV | 96.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 141 | 0.64 | 0.21 | 0 | 0.45 | 200 | 0.47 | 0.38 |
| Hex | 33 | 6F | 8D | 40 | 15 | 0 | 2D | C8 | 2F | 26 |
| Octal | 63 | 157 | 215 | 100 | 25 | 0 | 55 | 310 | 57 | 46 |
| Binary | 110011 | 1101111 | 10001101 | 1000000 | 10101 | 0 | 101101 | 11001000 | 101111 | 100110 |
Color Harmonies of #336F8D
Complementary color
Monochromatic Colors of #336F8D
Black with #336F8D
Text Example
Text Example
White with #336F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F8D; }
p { color: rgb(51,111,141); }
H1.HeaderClassName
{
color: #336F8D;
}
.AnyTagClassName
{
color: #336F8D;
}
</style>
background-color css
<style>
a { background-color: #336F8D; }
a { background-color: rgb(51,111,141); }
div.DivClassName
{
background-color: #336F8D;
}
.BgClassName
{
background-color: #336F8D;
}
</style>
border-color css
<style>
span { border-color: #336F8D; }
span { border-color: rgb(51,111,141); }
td.TdClassName
{
border-color: #336F8D;
}
.TagClassName
{
border-color: #336F8D;
}
</style>