Shades of Astral #33708D
Tints of Astral #33708D
RGB
CMYK
RGB Variations
Color information
#33708D (or 0x33708D) is known color: Astral. HEX triplet: 33, 70 and 8D. RGB value is (51,112,141). Sum of RGB (Red+Green+Blue) = 51+112+141=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #33708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33708D is #CC8F72. Grayscale: #606060. Windows color (decimal): -13406067 or 9269299. OLE color: 9269299.
HSL color Cylindrical-coordinate representation of color #33708D: hue angle of 199.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33708D is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 112 | 141 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.45 |
| HSL | 199.33º | 0.47% | 0.38% | - |
| HSV(B) | 199.33º | 0.64% | 0.55% | - |
| XYZ | 11.97 | 14.22 | 27.31 | - |
| YUV | 97.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 141 | 0.64 | 0.21 | 0 | 0.45 | 199.33 | 0.47 | 0.38 |
| Hex | 33 | 70 | 8D | 40 | 15 | 0 | 2D | C7 | 2F | 26 |
| Octal | 63 | 160 | 215 | 100 | 25 | 0 | 55 | 307 | 57 | 46 |
| Binary | 110011 | 1110000 | 10001101 | 1000000 | 10101 | 0 | 101101 | 11000111 | 101111 | 100110 |
Color Harmonies of #33708D
Complementary color
Monochromatic Colors of #33708D
Black with #33708D
Text Example
Text Example
White with #33708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33708D; }
p { color: rgb(51,112,141); }
H1.HeaderClassName
{
color: #33708D;
}
.AnyTagClassName
{
color: #33708D;
}
</style>
background-color css
<style>
a { background-color: #33708D; }
a { background-color: rgb(51,112,141); }
div.DivClassName
{
background-color: #33708D;
}
.BgClassName
{
background-color: #33708D;
}
</style>
border-color css
<style>
span { border-color: #33708D; }
span { border-color: rgb(51,112,141); }
td.TdClassName
{
border-color: #33708D;
}
.TagClassName
{
border-color: #33708D;
}
</style>