Shades of Astral #337C90
Tints of Astral #337C90
RGB
CMYK
RGB Variations
Color information
#337C90 (or 0x337C90) is known color: Astral. HEX triplet: 33, 7C and 90. RGB value is (51,124,144). Sum of RGB (Red+Green+Blue) = 51+124+144=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #337C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C90 is #CC836F. Grayscale: #686868. Windows color (decimal): -13402992 or 9468979. OLE color: 9468979.
HSL color Cylindrical-coordinate representation of color #337C90: hue angle of 192.9º 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 #337C90 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 124 | 144 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.44 |
| HSL | 192.9º | 0.48% | 0.38% | - |
| HSV(B) | 192.9º | 0.65% | 0.56% | - |
| XYZ | 13.61 | 17.13 | 28.98 | - |
| YUV | 104.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 144 | 0.65 | 0.14 | 0 | 0.44 | 192.9 | 0.48 | 0.38 |
| Hex | 33 | 7C | 90 | 41 | E | 0 | 2C | C1 | 30 | 26 |
| Octal | 63 | 174 | 220 | 101 | 16 | 0 | 54 | 301 | 60 | 46 |
| Binary | 110011 | 1111100 | 10010000 | 1000001 | 1110 | 0 | 101100 | 11000001 | 110000 | 100110 |
Color Harmonies of #337C90
Complementary color
Monochromatic Colors of #337C90
Black with #337C90
Text Example
Text Example
White with #337C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C90; }
p { color: rgb(51,124,144); }
H1.HeaderClassName
{
color: #337C90;
}
.AnyTagClassName
{
color: #337C90;
}
</style>
background-color css
<style>
a { background-color: #337C90; }
a { background-color: rgb(51,124,144); }
div.DivClassName
{
background-color: #337C90;
}
.BgClassName
{
background-color: #337C90;
}
</style>
border-color css
<style>
span { border-color: #337C90; }
span { border-color: rgb(51,124,144); }
td.TdClassName
{
border-color: #337C90;
}
.TagClassName
{
border-color: #337C90;
}
</style>