Shades of Astral #336A87
Tints of Astral #336A87
RGB
CMYK
RGB Variations
Color information
#336A87 (or 0x336A87) is known color: Astral. HEX triplet: 33, 6A and 87. RGB value is (51,106,135). Sum of RGB (Red+Green+Blue) = 51+106+135=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #336A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A87 is #CC9578. Grayscale: #5C5C5C. Windows color (decimal): -13407609 or 8874547. OLE color: 8874547.
HSL color Cylindrical-coordinate representation of color #336A87: hue angle of 200.71º 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 #336A87 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 106 | 135 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.47 |
| HSL | 200.71º | 0.45% | 0.36% | - |
| HSV(B) | 200.71º | 0.62% | 0.53% | - |
| XYZ | 10.89 | 12.76 | 24.81 | - |
| YUV | 92.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 135 | 0.62 | 0.21 | 0 | 0.47 | 200.71 | 0.45 | 0.36 |
| Hex | 33 | 6A | 87 | 3E | 15 | 0 | 2F | C9 | 2D | 24 |
| Octal | 63 | 152 | 207 | 76 | 25 | 0 | 57 | 311 | 55 | 44 |
| Binary | 110011 | 1101010 | 10000111 | 111110 | 10101 | 0 | 101111 | 11001001 | 101101 | 100100 |
Color Harmonies of #336A87
Complementary color
Monochromatic Colors of #336A87
Black with #336A87
Text Example
Text Example
White with #336A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A87; }
p { color: rgb(51,106,135); }
H1.HeaderClassName
{
color: #336A87;
}
.AnyTagClassName
{
color: #336A87;
}
</style>
background-color css
<style>
a { background-color: #336A87; }
a { background-color: rgb(51,106,135); }
div.DivClassName
{
background-color: #336A87;
}
.BgClassName
{
background-color: #336A87;
}
</style>
border-color css
<style>
span { border-color: #336A87; }
span { border-color: rgb(51,106,135); }
td.TdClassName
{
border-color: #336A87;
}
.TagClassName
{
border-color: #336A87;
}
</style>