Shades of Astral #33708A
Tints of Astral #33708A
RGB
CMYK
RGB Variations
Color information
#33708A (or 0x33708A) is known color: Astral. HEX triplet: 33, 70 and 8A. RGB value is (51,112,138). Sum of RGB (Red+Green+Blue) = 51+112+138=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #33708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33708A is #CC8F75. Grayscale: #606060. Windows color (decimal): -13406070 or 9072691. OLE color: 9072691.
HSL color Cylindrical-coordinate representation of color #33708A: hue angle of 197.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33708A is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 112 | 138 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.46 |
| HSL | 197.93º | 0.46% | 0.37% | - |
| HSV(B) | 197.93º | 0.63% | 0.54% | - |
| XYZ | 11.75 | 14.13 | 26.15 | - |
| YUV | 96.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 138 | 0.63 | 0.19 | 0 | 0.46 | 197.93 | 0.46 | 0.37 |
| Hex | 33 | 70 | 8A | 3F | 13 | 0 | 2E | C6 | 2E | 25 |
| Octal | 63 | 160 | 212 | 77 | 23 | 0 | 56 | 306 | 56 | 45 |
| Binary | 110011 | 1110000 | 10001010 | 111111 | 10011 | 0 | 101110 | 11000110 | 101110 | 100101 |
Color Harmonies of #33708A
Complementary color
Monochromatic Colors of #33708A
Black with #33708A
Text Example
Text Example
White with #33708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33708A; }
p { color: rgb(51,112,138); }
H1.HeaderClassName
{
color: #33708A;
}
.AnyTagClassName
{
color: #33708A;
}
</style>
background-color css
<style>
a { background-color: #33708A; }
a { background-color: rgb(51,112,138); }
div.DivClassName
{
background-color: #33708A;
}
.BgClassName
{
background-color: #33708A;
}
</style>
border-color css
<style>
span { border-color: #33708A; }
span { border-color: rgb(51,112,138); }
td.TdClassName
{
border-color: #33708A;
}
.TagClassName
{
border-color: #33708A;
}
</style>