Shades of Astral #337B91
Tints of Astral #337B91
RGB
CMYK
RGB Variations
Color information
#337B91 (or 0x337B91) is known color: Astral. HEX triplet: 33, 7B and 91. RGB value is (51,123,145). Sum of RGB (Red+Green+Blue) = 51+123+145=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #337B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B91 is #CC846E. Grayscale: #676767. Windows color (decimal): -13403247 or 9534259. OLE color: 9534259.
HSL color Cylindrical-coordinate representation of color #337B91: hue angle of 194.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337B91 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 123 | 145 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.43 |
| HSL | 194.04º | 0.48% | 0.38% | - |
| HSV(B) | 194.04º | 0.65% | 0.57% | - |
| XYZ | 13.56 | 16.91 | 29.34 | - |
| YUV | 103.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 145 | 0.65 | 0.15 | 0 | 0.43 | 194.04 | 0.48 | 0.38 |
| Hex | 33 | 7B | 91 | 41 | F | 0 | 2B | C2 | 30 | 26 |
| Octal | 63 | 173 | 221 | 101 | 17 | 0 | 53 | 302 | 60 | 46 |
| Binary | 110011 | 1111011 | 10010001 | 1000001 | 1111 | 0 | 101011 | 11000010 | 110000 | 100110 |
Color Harmonies of #337B91
Complementary color
Monochromatic Colors of #337B91
Black with #337B91
Text Example
Text Example
White with #337B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337B91; }
p { color: rgb(51,123,145); }
H1.HeaderClassName
{
color: #337B91;
}
.AnyTagClassName
{
color: #337B91;
}
</style>
background-color css
<style>
a { background-color: #337B91; }
a { background-color: rgb(51,123,145); }
div.DivClassName
{
background-color: #337B91;
}
.BgClassName
{
background-color: #337B91;
}
</style>
border-color css
<style>
span { border-color: #337B91; }
span { border-color: rgb(51,123,145); }
td.TdClassName
{
border-color: #337B91;
}
.TagClassName
{
border-color: #337B91;
}
</style>