Shades of Astral #33687F
Tints of Astral #33687F
RGB
CMYK
RGB Variations
Color information
#33687F (or 0x33687F) is known color: Astral. HEX triplet: 33, 68 and 7F. RGB value is (51,104,127). Sum of RGB (Red+Green+Blue) = 51+104+127=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #33687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33687F is #CC9780. Grayscale: #5A5A5A. Windows color (decimal): -13408129 or 8349747. OLE color: 8349747.
HSL color Cylindrical-coordinate representation of color #33687F: hue angle of 198.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33687F is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 104 | 127 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.50 |
| HSL | 198.16º | 0.43% | 0.35% | - |
| HSV(B) | 198.16º | 0.6% | 0.5% | - |
| XYZ | 10.15 | 12.14 | 21.89 | - |
| YUV | 90.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 127 | 0.60 | 0.18 | 0 | 0.50 | 198.16 | 0.43 | 0.35 |
| Hex | 33 | 68 | 7F | 3C | 12 | 0 | 32 | C6 | 2B | 23 |
| Octal | 63 | 150 | 177 | 74 | 22 | 0 | 62 | 306 | 53 | 43 |
| Binary | 110011 | 1101000 | 1111111 | 111100 | 10010 | 0 | 110010 | 11000110 | 101011 | 100011 |
Color Harmonies of #33687F
Complementary color
Monochromatic Colors of #33687F
Black with #33687F
Text Example
Text Example
White with #33687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33687F; }
p { color: rgb(51,104,127); }
H1.HeaderClassName
{
color: #33687F;
}
.AnyTagClassName
{
color: #33687F;
}
</style>
background-color css
<style>
a { background-color: #33687F; }
a { background-color: rgb(51,104,127); }
div.DivClassName
{
background-color: #33687F;
}
.BgClassName
{
background-color: #33687F;
}
</style>
border-color css
<style>
span { border-color: #33687F; }
span { border-color: rgb(51,104,127); }
td.TdClassName
{
border-color: #33687F;
}
.TagClassName
{
border-color: #33687F;
}
</style>