Shades of Astral #337485
Tints of Astral #337485
RGB
CMYK
RGB Variations
Color information
#337485 (or 0x337485) is known color: Astral. HEX triplet: 33, 74 and 85. RGB value is (51,116,133). Sum of RGB (Red+Green+Blue) = 51+116+133=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #337485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337485 is #CC8B7A. Grayscale: #626262. Windows color (decimal): -13405051 or 8746035. OLE color: 8746035.
HSL color Cylindrical-coordinate representation of color #337485: hue angle of 192.44º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337485 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 116 | 133 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.48 |
| HSL | 192.44º | 0.45% | 0.36% | - |
| HSV(B) | 192.44º | 0.62% | 0.52% | - |
| XYZ | 11.84 | 14.89 | 24.44 | - |
| YUV | 98.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 133 | 0.62 | 0.13 | 0 | 0.48 | 192.44 | 0.45 | 0.36 |
| Hex | 33 | 74 | 85 | 3E | D | 0 | 30 | C0 | 2D | 24 |
| Octal | 63 | 164 | 205 | 76 | 15 | 0 | 60 | 300 | 55 | 44 |
| Binary | 110011 | 1110100 | 10000101 | 111110 | 1101 | 0 | 110000 | 11000000 | 101101 | 100100 |
Color Harmonies of #337485
Complementary color
Monochromatic Colors of #337485
Black with #337485
Text Example
Text Example
White with #337485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337485; }
p { color: rgb(51,116,133); }
H1.HeaderClassName
{
color: #337485;
}
.AnyTagClassName
{
color: #337485;
}
</style>
background-color css
<style>
a { background-color: #337485; }
a { background-color: rgb(51,116,133); }
div.DivClassName
{
background-color: #337485;
}
.BgClassName
{
background-color: #337485;
}
</style>
border-color css
<style>
span { border-color: #337485; }
span { border-color: rgb(51,116,133); }
td.TdClassName
{
border-color: #337485;
}
.TagClassName
{
border-color: #337485;
}
</style>