Shades of Astral #336C7E
Tints of Astral #336C7E
RGB
CMYK
RGB Variations
Color information
#336C7E (or 0x336C7E) is known color: Astral. HEX triplet: 33, 6C and 7E. RGB value is (51,108,126). Sum of RGB (Red+Green+Blue) = 51+108+126=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #336C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C7E is #CC9381. Grayscale: #5C5C5C. Windows color (decimal): -13407106 or 8285235. OLE color: 8285235.
HSL color Cylindrical-coordinate representation of color #336C7E: hue angle of 194.4º 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 #336C7E is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 108 | 126 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.51 |
| HSL | 194.4º | 0.42% | 0.35% | - |
| HSV(B) | 194.4º | 0.6% | 0.49% | - |
| XYZ | 10.49 | 12.94 | 21.68 | - |
| YUV | 93.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 126 | 0.60 | 0.14 | 0 | 0.51 | 194.4 | 0.42 | 0.35 |
| Hex | 33 | 6C | 7E | 3C | E | 0 | 33 | C2 | 2A | 23 |
| Octal | 63 | 154 | 176 | 74 | 16 | 0 | 63 | 302 | 52 | 43 |
| Binary | 110011 | 1101100 | 1111110 | 111100 | 1110 | 0 | 110011 | 11000010 | 101010 | 100011 |
Color Harmonies of #336C7E
Complementary color
Monochromatic Colors of #336C7E
Black with #336C7E
Text Example
Text Example
White with #336C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C7E; }
p { color: rgb(51,108,126); }
H1.HeaderClassName
{
color: #336C7E;
}
.AnyTagClassName
{
color: #336C7E;
}
</style>
background-color css
<style>
a { background-color: #336C7E; }
a { background-color: rgb(51,108,126); }
div.DivClassName
{
background-color: #336C7E;
}
.BgClassName
{
background-color: #336C7E;
}
</style>
border-color css
<style>
span { border-color: #336C7E; }
span { border-color: rgb(51,108,126); }
td.TdClassName
{
border-color: #336C7E;
}
.TagClassName
{
border-color: #336C7E;
}
</style>