Shades of Astral #337188
Tints of Astral #337188
RGB
CMYK
RGB Variations
Color information
#337188 (or 0x337188) is known color: Astral. HEX triplet: 33, 71 and 88. RGB value is (51,113,136). Sum of RGB (Red+Green+Blue) = 51+113+136=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #337188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337188 is #CC8E77. Grayscale: #606060. Windows color (decimal): -13405816 or 8941875. OLE color: 8941875.
HSL color Cylindrical-coordinate representation of color #337188: hue angle of 196.24º 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 #337188 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 113 | 136 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.47 |
| HSL | 196.24º | 0.45% | 0.37% | - |
| HSV(B) | 196.24º | 0.63% | 0.53% | - |
| XYZ | 11.71 | 14.29 | 25.43 | - |
| YUV | 97.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 136 | 0.62 | 0.17 | 0 | 0.47 | 196.24 | 0.45 | 0.37 |
| Hex | 33 | 71 | 88 | 3E | 11 | 0 | 2F | C4 | 2D | 25 |
| Octal | 63 | 161 | 210 | 76 | 21 | 0 | 57 | 304 | 55 | 45 |
| Binary | 110011 | 1110001 | 10001000 | 111110 | 10001 | 0 | 101111 | 11000100 | 101101 | 100101 |
Color Harmonies of #337188
Complementary color
Monochromatic Colors of #337188
Black with #337188
Text Example
Text Example
White with #337188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337188; }
p { color: rgb(51,113,136); }
H1.HeaderClassName
{
color: #337188;
}
.AnyTagClassName
{
color: #337188;
}
</style>
background-color css
<style>
a { background-color: #337188; }
a { background-color: rgb(51,113,136); }
div.DivClassName
{
background-color: #337188;
}
.BgClassName
{
background-color: #337188;
}
</style>
border-color css
<style>
span { border-color: #337188; }
span { border-color: rgb(51,113,136); }
td.TdClassName
{
border-color: #337188;
}
.TagClassName
{
border-color: #337188;
}
</style>