Shades of Astral #337282
Tints of Astral #337282
RGB
CMYK
RGB Variations
Color information
#337282 (or 0x337282) is known color: Astral. HEX triplet: 33, 72 and 82. RGB value is (51,114,130). Sum of RGB (Red+Green+Blue) = 51+114+130=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #337282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337282 is #CC8D7D. Grayscale: #606060. Windows color (decimal): -13405566 or 8548915. OLE color: 8548915.
HSL color Cylindrical-coordinate representation of color #337282: hue angle of 192.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337282 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 114 | 130 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.49 |
| HSL | 192.15º | 0.44% | 0.35% | - |
| HSV(B) | 192.15º | 0.61% | 0.51% | - |
| XYZ | 11.41 | 14.35 | 23.29 | - |
| YUV | 96.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 130 | 0.61 | 0.12 | 0 | 0.49 | 192.15 | 0.44 | 0.35 |
| Hex | 33 | 72 | 82 | 3D | C | 0 | 31 | C0 | 2C | 23 |
| Octal | 63 | 162 | 202 | 75 | 14 | 0 | 61 | 300 | 54 | 43 |
| Binary | 110011 | 1110010 | 10000010 | 111101 | 1100 | 0 | 110001 | 11000000 | 101100 | 100011 |
Color Harmonies of #337282
Complementary color
Monochromatic Colors of #337282
Black with #337282
Text Example
Text Example
White with #337282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337282; }
p { color: rgb(51,114,130); }
H1.HeaderClassName
{
color: #337282;
}
.AnyTagClassName
{
color: #337282;
}
</style>
background-color css
<style>
a { background-color: #337282; }
a { background-color: rgb(51,114,130); }
div.DivClassName
{
background-color: #337282;
}
.BgClassName
{
background-color: #337282;
}
</style>
border-color css
<style>
span { border-color: #337282; }
span { border-color: rgb(51,114,130); }
td.TdClassName
{
border-color: #337282;
}
.TagClassName
{
border-color: #337282;
}
</style>