Shades of Astral #337685
Tints of Astral #337685
RGB
CMYK
RGB Variations
Color information
#337685 (or 0x337685) is known color: Astral. HEX triplet: 33, 76 and 85. RGB value is (51,118,133). Sum of RGB (Red+Green+Blue) = 51+118+133=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #337685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337685 is #CC897A. Grayscale: #636363. Windows color (decimal): -13404539 or 8746547. OLE color: 8746547.
HSL color Cylindrical-coordinate representation of color #337685: hue angle of 190.98º 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 #337685 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 118 | 133 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.48 |
| HSL | 190.98º | 0.45% | 0.36% | - |
| HSV(B) | 190.98º | 0.62% | 0.52% | - |
| XYZ | 12.08 | 15.35 | 24.52 | - |
| YUV | 99.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 133 | 0.62 | 0.11 | 0 | 0.48 | 190.98 | 0.45 | 0.36 |
| Hex | 33 | 76 | 85 | 3E | B | 0 | 30 | BF | 2D | 24 |
| Octal | 63 | 166 | 205 | 76 | 13 | 0 | 60 | 277 | 55 | 44 |
| Binary | 110011 | 1110110 | 10000101 | 111110 | 1011 | 0 | 110000 | 10111111 | 101101 | 100100 |
Color Harmonies of #337685
Complementary color
Monochromatic Colors of #337685
Black with #337685
Text Example
Text Example
White with #337685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337685; }
p { color: rgb(51,118,133); }
H1.HeaderClassName
{
color: #337685;
}
.AnyTagClassName
{
color: #337685;
}
</style>
background-color css
<style>
a { background-color: #337685; }
a { background-color: rgb(51,118,133); }
div.DivClassName
{
background-color: #337685;
}
.BgClassName
{
background-color: #337685;
}
</style>
border-color css
<style>
span { border-color: #337685; }
span { border-color: rgb(51,118,133); }
td.TdClassName
{
border-color: #337685;
}
.TagClassName
{
border-color: #337685;
}
</style>