Shades of Astral #33708B
Tints of Astral #33708B
RGB
CMYK
RGB Variations
Color information
#33708B (or 0x33708B) is known color: Astral. HEX triplet: 33, 70 and 8B. RGB value is (51,112,139). Sum of RGB (Red+Green+Blue) = 51+112+139=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #33708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33708B is #CC8F74. Grayscale: #606060. Windows color (decimal): -13406069 or 9138227. OLE color: 9138227.
HSL color Cylindrical-coordinate representation of color #33708B: hue angle of 198.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33708B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 112 | 139 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.45 |
| HSL | 198.41º | 0.46% | 0.37% | - |
| HSV(B) | 198.41º | 0.63% | 0.55% | - |
| XYZ | 11.82 | 14.16 | 26.54 | - |
| YUV | 96.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 139 | 0.63 | 0.19 | 0 | 0.45 | 198.41 | 0.46 | 0.37 |
| Hex | 33 | 70 | 8B | 3F | 13 | 0 | 2D | C6 | 2E | 25 |
| Octal | 63 | 160 | 213 | 77 | 23 | 0 | 55 | 306 | 56 | 45 |
| Binary | 110011 | 1110000 | 10001011 | 111111 | 10011 | 0 | 101101 | 11000110 | 101110 | 100101 |
Color Harmonies of #33708B
Complementary color
Monochromatic Colors of #33708B
Black with #33708B
Text Example
Text Example
White with #33708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33708B; }
p { color: rgb(51,112,139); }
H1.HeaderClassName
{
color: #33708B;
}
.AnyTagClassName
{
color: #33708B;
}
</style>
background-color css
<style>
a { background-color: #33708B; }
a { background-color: rgb(51,112,139); }
div.DivClassName
{
background-color: #33708B;
}
.BgClassName
{
background-color: #33708B;
}
</style>
border-color css
<style>
span { border-color: #33708B; }
span { border-color: rgb(51,112,139); }
td.TdClassName
{
border-color: #33708B;
}
.TagClassName
{
border-color: #33708B;
}
</style>