Shades of Astral #33728B
Tints of Astral #33728B
RGB
CMYK
RGB Variations
Color information
#33728B (or 0x33728B) is known color: Astral. HEX triplet: 33, 72 and 8B. RGB value is (51,114,139). Sum of RGB (Red+Green+Blue) = 51+114+139=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #33728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33728B is #CC8D74. Grayscale: #616161. Windows color (decimal): -13405557 or 9138739. OLE color: 9138739.
HSL color Cylindrical-coordinate representation of color #33728B: hue angle of 197.05º 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 #33728B is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 114 | 139 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.45 |
| HSL | 197.05º | 0.46% | 0.37% | - |
| HSV(B) | 197.05º | 0.63% | 0.55% | - |
| XYZ | 12.04 | 14.6 | 26.61 | - |
| YUV | 98.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 139 | 0.63 | 0.18 | 0 | 0.45 | 197.05 | 0.46 | 0.37 |
| Hex | 33 | 72 | 8B | 3F | 12 | 0 | 2D | C5 | 2E | 25 |
| Octal | 63 | 162 | 213 | 77 | 22 | 0 | 55 | 305 | 56 | 45 |
| Binary | 110011 | 1110010 | 10001011 | 111111 | 10010 | 0 | 101101 | 11000101 | 101110 | 100101 |
Color Harmonies of #33728B
Complementary color
Monochromatic Colors of #33728B
Black with #33728B
Text Example
Text Example
White with #33728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33728B; }
p { color: rgb(51,114,139); }
H1.HeaderClassName
{
color: #33728B;
}
.AnyTagClassName
{
color: #33728B;
}
</style>
background-color css
<style>
a { background-color: #33728B; }
a { background-color: rgb(51,114,139); }
div.DivClassName
{
background-color: #33728B;
}
.BgClassName
{
background-color: #33728B;
}
</style>
border-color css
<style>
span { border-color: #33728B; }
span { border-color: rgb(51,114,139); }
td.TdClassName
{
border-color: #33728B;
}
.TagClassName
{
border-color: #33728B;
}
</style>