Shades of Astral #336F7E
Tints of Astral #336F7E
RGB
CMYK
RGB Variations
Color information
#336F7E (or 0x336F7E) is known color: Astral. HEX triplet: 33, 6F and 7E. RGB value is (51,111,126). Sum of RGB (Red+Green+Blue) = 51+111+126=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #336F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F7E is #CC9081. Grayscale: #5E5E5E. Windows color (decimal): -13406338 or 8286003. OLE color: 8286003.
HSL color Cylindrical-coordinate representation of color #336F7E: hue angle of 192º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336F7E is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 111 | 126 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.51 |
| HSL | 192º | 0.42% | 0.35% | - |
| HSV(B) | 192º | 0.6% | 0.49% | - |
| XYZ | 10.82 | 13.58 | 21.79 | - |
| YUV | 94.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 126 | 0.60 | 0.12 | 0 | 0.51 | 192 | 0.42 | 0.35 |
| Hex | 33 | 6F | 7E | 3C | C | 0 | 33 | C0 | 2A | 23 |
| Octal | 63 | 157 | 176 | 74 | 14 | 0 | 63 | 300 | 52 | 43 |
| Binary | 110011 | 1101111 | 1111110 | 111100 | 1100 | 0 | 110011 | 11000000 | 101010 | 100011 |
Color Harmonies of #336F7E
Complementary color
Monochromatic Colors of #336F7E
Black with #336F7E
Text Example
Text Example
White with #336F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F7E; }
p { color: rgb(51,111,126); }
H1.HeaderClassName
{
color: #336F7E;
}
.AnyTagClassName
{
color: #336F7E;
}
</style>
background-color css
<style>
a { background-color: #336F7E; }
a { background-color: rgb(51,111,126); }
div.DivClassName
{
background-color: #336F7E;
}
.BgClassName
{
background-color: #336F7E;
}
</style>
border-color css
<style>
span { border-color: #336F7E; }
span { border-color: rgb(51,111,126); }
td.TdClassName
{
border-color: #336F7E;
}
.TagClassName
{
border-color: #336F7E;
}
</style>