Shades of Astral #336D8C
Tints of Astral #336D8C
RGB
CMYK
RGB Variations
Color information
#336D8C (or 0x336D8C) is known color: Astral. HEX triplet: 33, 6D and 8C. RGB value is (51,109,140). Sum of RGB (Red+Green+Blue) = 51+109+140=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #336D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D8C is #CC9273. Grayscale: #5F5F5F. Windows color (decimal): -13406836 or 9202995. OLE color: 9202995.
HSL color Cylindrical-coordinate representation of color #336D8C: hue angle of 200.9º 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 #336D8C is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 109 | 140 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.45 |
| HSL | 200.9º | 0.47% | 0.37% | - |
| HSV(B) | 200.9º | 0.64% | 0.55% | - |
| XYZ | 11.57 | 13.53 | 26.81 | - |
| YUV | 95.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 140 | 0.64 | 0.22 | 0 | 0.45 | 200.9 | 0.47 | 0.37 |
| Hex | 33 | 6D | 8C | 40 | 16 | 0 | 2D | C9 | 2F | 25 |
| Octal | 63 | 155 | 214 | 100 | 26 | 0 | 55 | 311 | 57 | 45 |
| Binary | 110011 | 1101101 | 10001100 | 1000000 | 10110 | 0 | 101101 | 11001001 | 101111 | 100101 |
Color Harmonies of #336D8C
Complementary color
Monochromatic Colors of #336D8C
Black with #336D8C
Text Example
Text Example
White with #336D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D8C; }
p { color: rgb(51,109,140); }
H1.HeaderClassName
{
color: #336D8C;
}
.AnyTagClassName
{
color: #336D8C;
}
</style>
background-color css
<style>
a { background-color: #336D8C; }
a { background-color: rgb(51,109,140); }
div.DivClassName
{
background-color: #336D8C;
}
.BgClassName
{
background-color: #336D8C;
}
</style>
border-color css
<style>
span { border-color: #336D8C; }
span { border-color: rgb(51,109,140); }
td.TdClassName
{
border-color: #336D8C;
}
.TagClassName
{
border-color: #336D8C;
}
</style>