Shades of Astral #33687D
Tints of Astral #33687D
RGB
CMYK
RGB Variations
Color information
#33687D (or 0x33687D) is known color: Astral. HEX triplet: 33, 68 and 7D. RGB value is (51,104,125). Sum of RGB (Red+Green+Blue) = 51+104+125=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #33687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33687D is #CC9782. Grayscale: #5A5A5A. Windows color (decimal): -13408131 or 8218675. OLE color: 8218675.
HSL color Cylindrical-coordinate representation of color #33687D: hue angle of 197.03º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33687D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 104 | 125 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.51 |
| HSL | 197.03º | 0.42% | 0.35% | - |
| HSV(B) | 197.03º | 0.59% | 0.49% | - |
| XYZ | 10.02 | 12.09 | 21.21 | - |
| YUV | 90.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 125 | 0.59 | 0.17 | 0 | 0.51 | 197.03 | 0.42 | 0.35 |
| Hex | 33 | 68 | 7D | 3B | 11 | 0 | 33 | C5 | 2A | 23 |
| Octal | 63 | 150 | 175 | 73 | 21 | 0 | 63 | 305 | 52 | 43 |
| Binary | 110011 | 1101000 | 1111101 | 111011 | 10001 | 0 | 110011 | 11000101 | 101010 | 100011 |
Color Harmonies of #33687D
Complementary color
Monochromatic Colors of #33687D
Black with #33687D
Text Example
Text Example
White with #33687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33687D; }
p { color: rgb(51,104,125); }
H1.HeaderClassName
{
color: #33687D;
}
.AnyTagClassName
{
color: #33687D;
}
</style>
background-color css
<style>
a { background-color: #33687D; }
a { background-color: rgb(51,104,125); }
div.DivClassName
{
background-color: #33687D;
}
.BgClassName
{
background-color: #33687D;
}
</style>
border-color css
<style>
span { border-color: #33687D; }
span { border-color: rgb(51,104,125); }
td.TdClassName
{
border-color: #33687D;
}
.TagClassName
{
border-color: #33687D;
}
</style>