Shades of Astral #337888
Tints of Astral #337888
RGB
CMYK
RGB Variations
Color information
#337888 (or 0x337888) is known color: Astral. HEX triplet: 33, 78 and 88. RGB value is (51,120,136). Sum of RGB (Red+Green+Blue) = 51+120+136=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #337888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337888 is #CC8777. Grayscale: #656565. Windows color (decimal): -13404024 or 8943667. OLE color: 8943667.
HSL color Cylindrical-coordinate representation of color #337888: hue angle of 191.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337888 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 120 | 136 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.47 |
| HSL | 191.29º | 0.45% | 0.37% | - |
| HSV(B) | 191.29º | 0.63% | 0.53% | - |
| XYZ | 12.53 | 15.91 | 25.7 | - |
| YUV | 101.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 136 | 0.62 | 0.12 | 0 | 0.47 | 191.29 | 0.45 | 0.37 |
| Hex | 33 | 78 | 88 | 3E | C | 0 | 2F | BF | 2D | 25 |
| Octal | 63 | 170 | 210 | 76 | 14 | 0 | 57 | 277 | 55 | 45 |
| Binary | 110011 | 1111000 | 10001000 | 111110 | 1100 | 0 | 101111 | 10111111 | 101101 | 100101 |
Color Harmonies of #337888
Complementary color
Monochromatic Colors of #337888
Black with #337888
Text Example
Text Example
White with #337888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337888; }
p { color: rgb(51,120,136); }
H1.HeaderClassName
{
color: #337888;
}
.AnyTagClassName
{
color: #337888;
}
</style>
background-color css
<style>
a { background-color: #337888; }
a { background-color: rgb(51,120,136); }
div.DivClassName
{
background-color: #337888;
}
.BgClassName
{
background-color: #337888;
}
</style>
border-color css
<style>
span { border-color: #337888; }
span { border-color: rgb(51,120,136); }
td.TdClassName
{
border-color: #337888;
}
.TagClassName
{
border-color: #337888;
}
</style>