Shades of Astral #336E7F
Tints of Astral #336E7F
RGB
CMYK
RGB Variations
Color information
#336E7F (or 0x336E7F) is known color: Astral. HEX triplet: 33, 6E and 7F. RGB value is (51,110,127). Sum of RGB (Red+Green+Blue) = 51+110+127=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #336E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E7F is #CC9180. Grayscale: #5E5E5E. Windows color (decimal): -13406593 or 8351283. OLE color: 8351283.
HSL color Cylindrical-coordinate representation of color #336E7F: hue angle of 193.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336E7F is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 110 | 127 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.50 |
| HSL | 193.42º | 0.43% | 0.35% | - |
| HSV(B) | 193.42º | 0.6% | 0.5% | - |
| XYZ | 10.77 | 13.39 | 22.1 | - |
| YUV | 94.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 127 | 0.60 | 0.13 | 0 | 0.50 | 193.42 | 0.43 | 0.35 |
| Hex | 33 | 6E | 7F | 3C | D | 0 | 32 | C1 | 2B | 23 |
| Octal | 63 | 156 | 177 | 74 | 15 | 0 | 62 | 301 | 53 | 43 |
| Binary | 110011 | 1101110 | 1111111 | 111100 | 1101 | 0 | 110010 | 11000001 | 101011 | 100011 |
Color Harmonies of #336E7F
Complementary color
Monochromatic Colors of #336E7F
Black with #336E7F
Text Example
Text Example
White with #336E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E7F; }
p { color: rgb(51,110,127); }
H1.HeaderClassName
{
color: #336E7F;
}
.AnyTagClassName
{
color: #336E7F;
}
</style>
background-color css
<style>
a { background-color: #336E7F; }
a { background-color: rgb(51,110,127); }
div.DivClassName
{
background-color: #336E7F;
}
.BgClassName
{
background-color: #336E7F;
}
</style>
border-color css
<style>
span { border-color: #336E7F; }
span { border-color: rgb(51,110,127); }
td.TdClassName
{
border-color: #336E7F;
}
.TagClassName
{
border-color: #336E7F;
}
</style>