Shades of Astral #337A90
Tints of Astral #337A90
RGB
CMYK
RGB Variations
Color information
#337A90 (or 0x337A90) is known color: Astral. HEX triplet: 33, 7A and 90. RGB value is (51,122,144). Sum of RGB (Red+Green+Blue) = 51+122+144=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #337A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A90 is #CC856F. Grayscale: #676767. Windows color (decimal): -13403504 or 9468467. OLE color: 9468467.
HSL color Cylindrical-coordinate representation of color #337A90: hue angle of 194.19º 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 #337A90 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 122 | 144 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.44 |
| HSL | 194.19º | 0.48% | 0.38% | - |
| HSV(B) | 194.19º | 0.65% | 0.56% | - |
| XYZ | 13.36 | 16.64 | 28.89 | - |
| YUV | 103.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 144 | 0.65 | 0.15 | 0 | 0.44 | 194.19 | 0.48 | 0.38 |
| Hex | 33 | 7A | 90 | 41 | F | 0 | 2C | C2 | 30 | 26 |
| Octal | 63 | 172 | 220 | 101 | 17 | 0 | 54 | 302 | 60 | 46 |
| Binary | 110011 | 1111010 | 10010000 | 1000001 | 1111 | 0 | 101100 | 11000010 | 110000 | 100110 |
Color Harmonies of #337A90
Complementary color
Monochromatic Colors of #337A90
Black with #337A90
Text Example
Text Example
White with #337A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A90; }
p { color: rgb(51,122,144); }
H1.HeaderClassName
{
color: #337A90;
}
.AnyTagClassName
{
color: #337A90;
}
</style>
background-color css
<style>
a { background-color: #337A90; }
a { background-color: rgb(51,122,144); }
div.DivClassName
{
background-color: #337A90;
}
.BgClassName
{
background-color: #337A90;
}
</style>
border-color css
<style>
span { border-color: #337A90; }
span { border-color: rgb(51,122,144); }
td.TdClassName
{
border-color: #337A90;
}
.TagClassName
{
border-color: #337A90;
}
</style>