Shades of Astral #336E8C
Tints of Astral #336E8C
RGB
CMYK
RGB Variations
Color information
#336E8C (or 0x336E8C) is known color: Astral. HEX triplet: 33, 6E and 8C. RGB value is (51,110,140). Sum of RGB (Red+Green+Blue) = 51+110+140=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #336E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E8C is #CC9173. Grayscale: #5F5F5F. Windows color (decimal): -13406580 or 9203251. OLE color: 9203251.
HSL color Cylindrical-coordinate representation of color #336E8C: hue angle of 200.22º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #336E8C is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 110 | 140 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.45 |
| HSL | 200.22º | 0.47% | 0.37% | - |
| HSV(B) | 200.22º | 0.64% | 0.55% | - |
| XYZ | 11.67 | 13.75 | 26.85 | - |
| YUV | 95.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 140 | 0.64 | 0.21 | 0 | 0.45 | 200.22 | 0.47 | 0.37 |
| Hex | 33 | 6E | 8C | 40 | 15 | 0 | 2D | C8 | 2F | 25 |
| Octal | 63 | 156 | 214 | 100 | 25 | 0 | 55 | 310 | 57 | 45 |
| Binary | 110011 | 1101110 | 10001100 | 1000000 | 10101 | 0 | 101101 | 11001000 | 101111 | 100101 |
Color Harmonies of #336E8C
Complementary color
Monochromatic Colors of #336E8C
Black with #336E8C
Text Example
Text Example
White with #336E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E8C; }
p { color: rgb(51,110,140); }
H1.HeaderClassName
{
color: #336E8C;
}
.AnyTagClassName
{
color: #336E8C;
}
</style>
background-color css
<style>
a { background-color: #336E8C; }
a { background-color: rgb(51,110,140); }
div.DivClassName
{
background-color: #336E8C;
}
.BgClassName
{
background-color: #336E8C;
}
</style>
border-color css
<style>
span { border-color: #336E8C; }
span { border-color: rgb(51,110,140); }
td.TdClassName
{
border-color: #336E8C;
}
.TagClassName
{
border-color: #336E8C;
}
</style>