Shades of Astral #336C7A
Tints of Astral #336C7A
RGB
CMYK
RGB Variations
Color information
#336C7A (or 0x336C7A) is known color: Astral. HEX triplet: 33, 6C and 7A. RGB value is (51,108,122). Sum of RGB (Red+Green+Blue) = 51+108+122=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #336C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C7A is #CC9385. Grayscale: #5C5C5C. Windows color (decimal): -13407110 or 8023091. OLE color: 8023091.
HSL color Cylindrical-coordinate representation of color #336C7A: hue angle of 191.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336C7A is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 108 | 122 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.52 |
| HSL | 191.83º | 0.41% | 0.34% | - |
| HSV(B) | 191.83º | 0.58% | 0.48% | - |
| XYZ | 10.24 | 12.83 | 20.35 | - |
| YUV | 92.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 122 | 0.58 | 0.11 | 0 | 0.52 | 191.83 | 0.41 | 0.34 |
| Hex | 33 | 6C | 7A | 3A | B | 0 | 34 | C0 | 29 | 22 |
| Octal | 63 | 154 | 172 | 72 | 13 | 0 | 64 | 300 | 51 | 42 |
| Binary | 110011 | 1101100 | 1111010 | 111010 | 1011 | 0 | 110100 | 11000000 | 101001 | 100010 |
Color Harmonies of #336C7A
Complementary color
Monochromatic Colors of #336C7A
Black with #336C7A
Text Example
Text Example
White with #336C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C7A; }
p { color: rgb(51,108,122); }
H1.HeaderClassName
{
color: #336C7A;
}
.AnyTagClassName
{
color: #336C7A;
}
</style>
background-color css
<style>
a { background-color: #336C7A; }
a { background-color: rgb(51,108,122); }
div.DivClassName
{
background-color: #336C7A;
}
.BgClassName
{
background-color: #336C7A;
}
</style>
border-color css
<style>
span { border-color: #336C7A; }
span { border-color: rgb(51,108,122); }
td.TdClassName
{
border-color: #336C7A;
}
.TagClassName
{
border-color: #336C7A;
}
</style>