Shades of Astral #33788B
Tints of Astral #33788B
RGB
CMYK
RGB Variations
Color information
#33788B (or 0x33788B) is known color: Astral. HEX triplet: 33, 78 and 8B. RGB value is (51,120,139). Sum of RGB (Red+Green+Blue) = 51+120+139=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #33788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33788B is #CC8774. Grayscale: #656565. Windows color (decimal): -13404021 or 9140275. OLE color: 9140275.
HSL color Cylindrical-coordinate representation of color #33788B: hue angle of 192.95º 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 #33788B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 120 | 139 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.45 |
| HSL | 192.95º | 0.46% | 0.37% | - |
| HSV(B) | 192.95º | 0.63% | 0.55% | - |
| XYZ | 12.74 | 16 | 26.84 | - |
| YUV | 101.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 139 | 0.63 | 0.14 | 0 | 0.45 | 192.95 | 0.46 | 0.37 |
| Hex | 33 | 78 | 8B | 3F | E | 0 | 2D | C1 | 2E | 25 |
| Octal | 63 | 170 | 213 | 77 | 16 | 0 | 55 | 301 | 56 | 45 |
| Binary | 110011 | 1111000 | 10001011 | 111111 | 1110 | 0 | 101101 | 11000001 | 101110 | 100101 |
Color Harmonies of #33788B
Complementary color
Monochromatic Colors of #33788B
Black with #33788B
Text Example
Text Example
White with #33788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33788B; }
p { color: rgb(51,120,139); }
H1.HeaderClassName
{
color: #33788B;
}
.AnyTagClassName
{
color: #33788B;
}
</style>
background-color css
<style>
a { background-color: #33788B; }
a { background-color: rgb(51,120,139); }
div.DivClassName
{
background-color: #33788B;
}
.BgClassName
{
background-color: #33788B;
}
</style>
border-color css
<style>
span { border-color: #33788B; }
span { border-color: rgb(51,120,139); }
td.TdClassName
{
border-color: #33788B;
}
.TagClassName
{
border-color: #33788B;
}
</style>