Shades of Astral #336C7B
Tints of Astral #336C7B
RGB
CMYK
RGB Variations
Color information
#336C7B (or 0x336C7B) is known color: Astral. HEX triplet: 33, 6C and 7B. RGB value is (51,108,123). Sum of RGB (Red+Green+Blue) = 51+108+123=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #336C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C7B is #CC9384. Grayscale: #5C5C5C. Windows color (decimal): -13407109 or 8088627. OLE color: 8088627.
HSL color Cylindrical-coordinate representation of color #336C7B: hue angle of 192.5º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336C7B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 108 | 123 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.52 |
| HSL | 192.5º | 0.41% | 0.34% | - |
| HSV(B) | 192.5º | 0.59% | 0.48% | - |
| XYZ | 10.3 | 12.86 | 20.68 | - |
| YUV | 92.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 123 | 0.59 | 0.12 | 0 | 0.52 | 192.5 | 0.41 | 0.34 |
| Hex | 33 | 6C | 7B | 3B | C | 0 | 34 | C0 | 29 | 22 |
| Octal | 63 | 154 | 173 | 73 | 14 | 0 | 64 | 300 | 51 | 42 |
| Binary | 110011 | 1101100 | 1111011 | 111011 | 1100 | 0 | 110100 | 11000000 | 101001 | 100010 |
Color Harmonies of #336C7B
Complementary color
Monochromatic Colors of #336C7B
Black with #336C7B
Text Example
Text Example
White with #336C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C7B; }
p { color: rgb(51,108,123); }
H1.HeaderClassName
{
color: #336C7B;
}
.AnyTagClassName
{
color: #336C7B;
}
</style>
background-color css
<style>
a { background-color: #336C7B; }
a { background-color: rgb(51,108,123); }
div.DivClassName
{
background-color: #336C7B;
}
.BgClassName
{
background-color: #336C7B;
}
</style>
border-color css
<style>
span { border-color: #336C7B; }
span { border-color: rgb(51,108,123); }
td.TdClassName
{
border-color: #336C7B;
}
.TagClassName
{
border-color: #336C7B;
}
</style>