Shades of Astral #336F87
Tints of Astral #336F87
RGB
CMYK
RGB Variations
Color information
#336F87 (or 0x336F87) is known color: Astral. HEX triplet: 33, 6F and 87. RGB value is (51,111,135). Sum of RGB (Red+Green+Blue) = 51+111+135=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #336F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F87 is #CC9078. Grayscale: #5F5F5F. Windows color (decimal): -13406329 or 8875827. OLE color: 8875827.
HSL color Cylindrical-coordinate representation of color #336F87: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336F87 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 111 | 135 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.47 |
| HSL | 197.14º | 0.45% | 0.36% | - |
| HSV(B) | 197.14º | 0.62% | 0.53% | - |
| XYZ | 11.42 | 13.82 | 24.99 | - |
| YUV | 95.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 135 | 0.62 | 0.18 | 0 | 0.47 | 197.14 | 0.45 | 0.36 |
| Hex | 33 | 6F | 87 | 3E | 12 | 0 | 2F | C5 | 2D | 24 |
| Octal | 63 | 157 | 207 | 76 | 22 | 0 | 57 | 305 | 55 | 44 |
| Binary | 110011 | 1101111 | 10000111 | 111110 | 10010 | 0 | 101111 | 11000101 | 101101 | 100100 |
Color Harmonies of #336F87
Complementary color
Monochromatic Colors of #336F87
Black with #336F87
Text Example
Text Example
White with #336F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F87; }
p { color: rgb(51,111,135); }
H1.HeaderClassName
{
color: #336F87;
}
.AnyTagClassName
{
color: #336F87;
}
</style>
background-color css
<style>
a { background-color: #336F87; }
a { background-color: rgb(51,111,135); }
div.DivClassName
{
background-color: #336F87;
}
.BgClassName
{
background-color: #336F87;
}
</style>
border-color css
<style>
span { border-color: #336F87; }
span { border-color: rgb(51,111,135); }
td.TdClassName
{
border-color: #336F87;
}
.TagClassName
{
border-color: #336F87;
}
</style>