Shades of Astral #337686
Tints of Astral #337686
RGB
CMYK
RGB Variations
Color information
#337686 (or 0x337686) is known color: Astral. HEX triplet: 33, 76 and 86. RGB value is (51,118,134). Sum of RGB (Red+Green+Blue) = 51+118+134=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #337686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337686 is #CC8979. Grayscale: #636363. Windows color (decimal): -13404538 or 8812083. OLE color: 8812083.
HSL color Cylindrical-coordinate representation of color #337686: hue angle of 191.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337686 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 118 | 134 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.47 |
| HSL | 191.57º | 0.45% | 0.36% | - |
| HSV(B) | 191.57º | 0.62% | 0.53% | - |
| XYZ | 12.15 | 15.38 | 24.88 | - |
| YUV | 99.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 134 | 0.62 | 0.12 | 0 | 0.47 | 191.57 | 0.45 | 0.36 |
| Hex | 33 | 76 | 86 | 3E | C | 0 | 2F | C0 | 2D | 24 |
| Octal | 63 | 166 | 206 | 76 | 14 | 0 | 57 | 300 | 55 | 44 |
| Binary | 110011 | 1110110 | 10000110 | 111110 | 1100 | 0 | 101111 | 11000000 | 101101 | 100100 |
Color Harmonies of #337686
Complementary color
Monochromatic Colors of #337686
Black with #337686
Text Example
Text Example
White with #337686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337686; }
p { color: rgb(51,118,134); }
H1.HeaderClassName
{
color: #337686;
}
.AnyTagClassName
{
color: #337686;
}
</style>
background-color css
<style>
a { background-color: #337686; }
a { background-color: rgb(51,118,134); }
div.DivClassName
{
background-color: #337686;
}
.BgClassName
{
background-color: #337686;
}
</style>
border-color css
<style>
span { border-color: #337686; }
span { border-color: rgb(51,118,134); }
td.TdClassName
{
border-color: #337686;
}
.TagClassName
{
border-color: #337686;
}
</style>