Shades of Astral #33788C
Tints of Astral #33788C
RGB
CMYK
RGB Variations
Color information
#33788C (or 0x33788C) is known color: Astral. HEX triplet: 33, 78 and 8C. RGB value is (51,120,140). Sum of RGB (Red+Green+Blue) = 51+120+140=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #33788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33788C is #CC8773. Grayscale: #656565. Windows color (decimal): -13404020 or 9205811. OLE color: 9205811.
HSL color Cylindrical-coordinate representation of color #33788C: hue angle of 193.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33788C is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 120 | 140 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.45 |
| HSL | 193.48º | 0.47% | 0.37% | - |
| HSV(B) | 193.48º | 0.64% | 0.55% | - |
| XYZ | 12.82 | 16.03 | 27.23 | - |
| YUV | 101.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 140 | 0.64 | 0.14 | 0 | 0.45 | 193.48 | 0.47 | 0.37 |
| Hex | 33 | 78 | 8C | 40 | E | 0 | 2D | C1 | 2F | 25 |
| Octal | 63 | 170 | 214 | 100 | 16 | 0 | 55 | 301 | 57 | 45 |
| Binary | 110011 | 1111000 | 10001100 | 1000000 | 1110 | 0 | 101101 | 11000001 | 101111 | 100101 |
Color Harmonies of #33788C
Complementary color
Monochromatic Colors of #33788C
Black with #33788C
Text Example
Text Example
White with #33788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33788C; }
p { color: rgb(51,120,140); }
H1.HeaderClassName
{
color: #33788C;
}
.AnyTagClassName
{
color: #33788C;
}
</style>
background-color css
<style>
a { background-color: #33788C; }
a { background-color: rgb(51,120,140); }
div.DivClassName
{
background-color: #33788C;
}
.BgClassName
{
background-color: #33788C;
}
</style>
border-color css
<style>
span { border-color: #33788C; }
span { border-color: rgb(51,120,140); }
td.TdClassName
{
border-color: #33788C;
}
.TagClassName
{
border-color: #33788C;
}
</style>