Shades of Astral #337990
Tints of Astral #337990
RGB
CMYK
RGB Variations
Color information
#337990 (or 0x337990) is known color: Astral. HEX triplet: 33, 79 and 90. RGB value is (51,121,144). Sum of RGB (Red+Green+Blue) = 51+121+144=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #337990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337990 is #CC866F. Grayscale: #666666. Windows color (decimal): -13403760 or 9468211. OLE color: 9468211.
HSL color Cylindrical-coordinate representation of color #337990: hue angle of 194.84º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337990 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 121 | 144 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.44 |
| HSL | 194.84º | 0.48% | 0.38% | - |
| HSV(B) | 194.84º | 0.65% | 0.56% | - |
| XYZ | 13.24 | 16.39 | 28.85 | - |
| YUV | 102.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 144 | 0.65 | 0.16 | 0 | 0.44 | 194.84 | 0.48 | 0.38 |
| Hex | 33 | 79 | 90 | 41 | 10 | 0 | 2C | C3 | 30 | 26 |
| Octal | 63 | 171 | 220 | 101 | 20 | 0 | 54 | 303 | 60 | 46 |
| Binary | 110011 | 1111001 | 10010000 | 1000001 | 10000 | 0 | 101100 | 11000011 | 110000 | 100110 |
Color Harmonies of #337990
Complementary color
Monochromatic Colors of #337990
Black with #337990
Text Example
Text Example
White with #337990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337990; }
p { color: rgb(51,121,144); }
H1.HeaderClassName
{
color: #337990;
}
.AnyTagClassName
{
color: #337990;
}
</style>
background-color css
<style>
a { background-color: #337990; }
a { background-color: rgb(51,121,144); }
div.DivClassName
{
background-color: #337990;
}
.BgClassName
{
background-color: #337990;
}
</style>
border-color css
<style>
span { border-color: #337990; }
span { border-color: rgb(51,121,144); }
td.TdClassName
{
border-color: #337990;
}
.TagClassName
{
border-color: #337990;
}
</style>