Shades of Astral #337A8C
Tints of Astral #337A8C
RGB
CMYK
RGB Variations
Color information
#337A8C (or 0x337A8C) is known color: Astral. HEX triplet: 33, 7A and 8C. RGB value is (51,122,140). Sum of RGB (Red+Green+Blue) = 51+122+140=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #337A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A8C is #CC8573. Grayscale: #666666. Windows color (decimal): -13403508 or 9206323. OLE color: 9206323.
HSL color Cylindrical-coordinate representation of color #337A8C: hue angle of 192.13º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337A8C is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 122 | 140 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.45 |
| HSL | 192.13º | 0.47% | 0.37% | - |
| HSV(B) | 192.13º | 0.64% | 0.55% | - |
| XYZ | 13.06 | 16.52 | 27.31 | - |
| YUV | 102.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 140 | 0.64 | 0.13 | 0 | 0.45 | 192.13 | 0.47 | 0.37 |
| Hex | 33 | 7A | 8C | 40 | D | 0 | 2D | C0 | 2F | 25 |
| Octal | 63 | 172 | 214 | 100 | 15 | 0 | 55 | 300 | 57 | 45 |
| Binary | 110011 | 1111010 | 10001100 | 1000000 | 1101 | 0 | 101101 | 11000000 | 101111 | 100101 |
Color Harmonies of #337A8C
Complementary color
Monochromatic Colors of #337A8C
Black with #337A8C
Text Example
Text Example
White with #337A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A8C; }
p { color: rgb(51,122,140); }
H1.HeaderClassName
{
color: #337A8C;
}
.AnyTagClassName
{
color: #337A8C;
}
</style>
background-color css
<style>
a { background-color: #337A8C; }
a { background-color: rgb(51,122,140); }
div.DivClassName
{
background-color: #337A8C;
}
.BgClassName
{
background-color: #337A8C;
}
</style>
border-color css
<style>
span { border-color: #337A8C; }
span { border-color: rgb(51,122,140); }
td.TdClassName
{
border-color: #337A8C;
}
.TagClassName
{
border-color: #337A8C;
}
</style>