Shades of Astral #336E8B
Tints of Astral #336E8B
RGB
CMYK
RGB Variations
Color information
#336E8B (or 0x336E8B) is known color: Astral. HEX triplet: 33, 6E and 8B. RGB value is (51,110,139). Sum of RGB (Red+Green+Blue) = 51+110+139=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #336E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E8B is #CC9174. Grayscale: #5F5F5F. Windows color (decimal): -13406581 or 9137715. OLE color: 9137715.
HSL color Cylindrical-coordinate representation of color #336E8B: hue angle of 199.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336E8B is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 110 | 139 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.45 |
| HSL | 199.77º | 0.46% | 0.37% | - |
| HSV(B) | 199.77º | 0.63% | 0.55% | - |
| XYZ | 11.6 | 13.72 | 26.46 | - |
| YUV | 95.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 139 | 0.63 | 0.21 | 0 | 0.45 | 199.77 | 0.46 | 0.37 |
| Hex | 33 | 6E | 8B | 3F | 15 | 0 | 2D | C8 | 2E | 25 |
| Octal | 63 | 156 | 213 | 77 | 25 | 0 | 55 | 310 | 56 | 45 |
| Binary | 110011 | 1101110 | 10001011 | 111111 | 10101 | 0 | 101101 | 11001000 | 101110 | 100101 |
Color Harmonies of #336E8B
Complementary color
Monochromatic Colors of #336E8B
Black with #336E8B
Text Example
Text Example
White with #336E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E8B; }
p { color: rgb(51,110,139); }
H1.HeaderClassName
{
color: #336E8B;
}
.AnyTagClassName
{
color: #336E8B;
}
</style>
background-color css
<style>
a { background-color: #336E8B; }
a { background-color: rgb(51,110,139); }
div.DivClassName
{
background-color: #336E8B;
}
.BgClassName
{
background-color: #336E8B;
}
</style>
border-color css
<style>
span { border-color: #336E8B; }
span { border-color: rgb(51,110,139); }
td.TdClassName
{
border-color: #336E8B;
}
.TagClassName
{
border-color: #336E8B;
}
</style>