Shades of Astral #337380
Tints of Astral #337380
RGB
CMYK
RGB Variations
Color information
#337380 (or 0x337380) is known color: Astral. HEX triplet: 33, 73 and 80. RGB value is (51,115,128). Sum of RGB (Red+Green+Blue) = 51+115+128=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #337380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337380 is #CC8C7F. Grayscale: #616161. Windows color (decimal): -13405312 or 8418099. OLE color: 8418099.
HSL color Cylindrical-coordinate representation of color #337380: hue angle of 190.13º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337380 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 115 | 128 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.50 |
| HSL | 190.13º | 0.43% | 0.35% | - |
| HSV(B) | 190.13º | 0.6% | 0.5% | - |
| XYZ | 11.39 | 14.52 | 22.63 | - |
| YUV | 97.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 128 | 0.60 | 0.10 | 0 | 0.50 | 190.13 | 0.43 | 0.35 |
| Hex | 33 | 73 | 80 | 3C | A | 0 | 32 | BE | 2B | 23 |
| Octal | 63 | 163 | 200 | 74 | 12 | 0 | 62 | 276 | 53 | 43 |
| Binary | 110011 | 1110011 | 10000000 | 111100 | 1010 | 0 | 110010 | 10111110 | 101011 | 100011 |
Color Harmonies of #337380
Complementary color
Monochromatic Colors of #337380
Black with #337380
Text Example
Text Example
White with #337380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337380; }
p { color: rgb(51,115,128); }
H1.HeaderClassName
{
color: #337380;
}
.AnyTagClassName
{
color: #337380;
}
</style>
background-color css
<style>
a { background-color: #337380; }
a { background-color: rgb(51,115,128); }
div.DivClassName
{
background-color: #337380;
}
.BgClassName
{
background-color: #337380;
}
</style>
border-color css
<style>
span { border-color: #337380; }
span { border-color: rgb(51,115,128); }
td.TdClassName
{
border-color: #337380;
}
.TagClassName
{
border-color: #337380;
}
</style>