Shades of Astral #336C85
Tints of Astral #336C85
RGB
CMYK
RGB Variations
Color information
#336C85 (or 0x336C85) is known color: Astral. HEX triplet: 33, 6C and 85. RGB value is (51,108,133). Sum of RGB (Red+Green+Blue) = 51+108+133=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #336C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C85 is #CC937A. Grayscale: #5D5D5D. Windows color (decimal): -13407099 or 8743987. OLE color: 8743987.
HSL color Cylindrical-coordinate representation of color #336C85: hue angle of 198.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336C85 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 108 | 133 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.48 |
| HSL | 198.29º | 0.45% | 0.36% | - |
| HSV(B) | 198.29º | 0.62% | 0.52% | - |
| XYZ | 10.96 | 13.12 | 24.15 | - |
| YUV | 93.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 133 | 0.62 | 0.19 | 0 | 0.48 | 198.29 | 0.45 | 0.36 |
| Hex | 33 | 6C | 85 | 3E | 13 | 0 | 30 | C6 | 2D | 24 |
| Octal | 63 | 154 | 205 | 76 | 23 | 0 | 60 | 306 | 55 | 44 |
| Binary | 110011 | 1101100 | 10000101 | 111110 | 10011 | 0 | 110000 | 11000110 | 101101 | 100100 |
Color Harmonies of #336C85
Complementary color
Monochromatic Colors of #336C85
Black with #336C85
Text Example
Text Example
White with #336C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C85; }
p { color: rgb(51,108,133); }
H1.HeaderClassName
{
color: #336C85;
}
.AnyTagClassName
{
color: #336C85;
}
</style>
background-color css
<style>
a { background-color: #336C85; }
a { background-color: rgb(51,108,133); }
div.DivClassName
{
background-color: #336C85;
}
.BgClassName
{
background-color: #336C85;
}
</style>
border-color css
<style>
span { border-color: #336C85; }
span { border-color: rgb(51,108,133); }
td.TdClassName
{
border-color: #336C85;
}
.TagClassName
{
border-color: #336C85;
}
</style>