Shades of Astral #336884
Tints of Astral #336884
RGB
CMYK
RGB Variations
Color information
#336884 (or 0x336884) is known color: Astral. HEX triplet: 33, 68 and 84. RGB value is (51,104,132). Sum of RGB (Red+Green+Blue) = 51+104+132=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #336884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336884 is #CC977B. Grayscale: #5B5B5B. Windows color (decimal): -13408124 or 8677427. OLE color: 8677427.
HSL color Cylindrical-coordinate representation of color #336884: hue angle of 200.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336884 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 104 | 132 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.48 |
| HSL | 200.74º | 0.44% | 0.36% | - |
| HSV(B) | 200.74º | 0.61% | 0.52% | - |
| XYZ | 10.48 | 12.27 | 23.65 | - |
| YUV | 91.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 132 | 0.61 | 0.21 | 0 | 0.48 | 200.74 | 0.44 | 0.36 |
| Hex | 33 | 68 | 84 | 3D | 15 | 0 | 30 | C9 | 2C | 24 |
| Octal | 63 | 150 | 204 | 75 | 25 | 0 | 60 | 311 | 54 | 44 |
| Binary | 110011 | 1101000 | 10000100 | 111101 | 10101 | 0 | 110000 | 11001001 | 101100 | 100100 |
Color Harmonies of #336884
Complementary color
Monochromatic Colors of #336884
Black with #336884
Text Example
Text Example
White with #336884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336884; }
p { color: rgb(51,104,132); }
H1.HeaderClassName
{
color: #336884;
}
.AnyTagClassName
{
color: #336884;
}
</style>
background-color css
<style>
a { background-color: #336884; }
a { background-color: rgb(51,104,132); }
div.DivClassName
{
background-color: #336884;
}
.BgClassName
{
background-color: #336884;
}
</style>
border-color css
<style>
span { border-color: #336884; }
span { border-color: rgb(51,104,132); }
td.TdClassName
{
border-color: #336884;
}
.TagClassName
{
border-color: #336884;
}
</style>