Shades of Astral #33748E
Tints of Astral #33748E
RGB
CMYK
RGB Variations
Color information
#33748E (or 0x33748E) is known color: Astral. HEX triplet: 33, 74 and 8E. RGB value is (51,116,142). Sum of RGB (Red+Green+Blue) = 51+116+142=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #33748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748E is #CC8B71. Grayscale: #636363. Windows color (decimal): -13405042 or 9335859. OLE color: 9335859.
HSL color Cylindrical-coordinate representation of color #33748E: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33748E is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 116 | 142 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.44 |
| HSL | 197.14º | 0.47% | 0.38% | - |
| HSV(B) | 197.14º | 0.64% | 0.56% | - |
| XYZ | 12.49 | 15.15 | 27.86 | - |
| YUV | 99.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 142 | 0.64 | 0.18 | 0 | 0.44 | 197.14 | 0.47 | 0.38 |
| Hex | 33 | 74 | 8E | 40 | 12 | 0 | 2C | C5 | 2F | 26 |
| Octal | 63 | 164 | 216 | 100 | 22 | 0 | 54 | 305 | 57 | 46 |
| Binary | 110011 | 1110100 | 10001110 | 1000000 | 10010 | 0 | 101100 | 11000101 | 101111 | 100110 |
Color Harmonies of #33748E
Complementary color
Monochromatic Colors of #33748E
Black with #33748E
Text Example
Text Example
White with #33748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33748E; }
p { color: rgb(51,116,142); }
H1.HeaderClassName
{
color: #33748E;
}
.AnyTagClassName
{
color: #33748E;
}
</style>
background-color css
<style>
a { background-color: #33748E; }
a { background-color: rgb(51,116,142); }
div.DivClassName
{
background-color: #33748E;
}
.BgClassName
{
background-color: #33748E;
}
</style>
border-color css
<style>
span { border-color: #33748E; }
span { border-color: rgb(51,116,142); }
td.TdClassName
{
border-color: #33748E;
}
.TagClassName
{
border-color: #33748E;
}
</style>