Shades of Astral #33748C
Tints of Astral #33748C
RGB
CMYK
RGB Variations
Color information
#33748C (or 0x33748C) is known color: Astral. HEX triplet: 33, 74 and 8C. RGB value is (51,116,140). Sum of RGB (Red+Green+Blue) = 51+116+140=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #33748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748C is #CC8B73. Grayscale: #636363. Windows color (decimal): -13405044 or 9204787. OLE color: 9204787.
HSL color Cylindrical-coordinate representation of color #33748C: hue angle of 196.18º 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 #33748C is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 116 | 140 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.45 |
| HSL | 196.18º | 0.47% | 0.37% | - |
| HSV(B) | 196.18º | 0.64% | 0.55% | - |
| XYZ | 12.34 | 15.09 | 27.07 | - |
| YUV | 99.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 140 | 0.64 | 0.17 | 0 | 0.45 | 196.18 | 0.47 | 0.37 |
| Hex | 33 | 74 | 8C | 40 | 11 | 0 | 2D | C4 | 2F | 25 |
| Octal | 63 | 164 | 214 | 100 | 21 | 0 | 55 | 304 | 57 | 45 |
| Binary | 110011 | 1110100 | 10001100 | 1000000 | 10001 | 0 | 101101 | 11000100 | 101111 | 100101 |
Color Harmonies of #33748C
Complementary color
Monochromatic Colors of #33748C
Black with #33748C
Text Example
Text Example
White with #33748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33748C; }
p { color: rgb(51,116,140); }
H1.HeaderClassName
{
color: #33748C;
}
.AnyTagClassName
{
color: #33748C;
}
</style>
background-color css
<style>
a { background-color: #33748C; }
a { background-color: rgb(51,116,140); }
div.DivClassName
{
background-color: #33748C;
}
.BgClassName
{
background-color: #33748C;
}
</style>
border-color css
<style>
span { border-color: #33748C; }
span { border-color: rgb(51,116,140); }
td.TdClassName
{
border-color: #33748C;
}
.TagClassName
{
border-color: #33748C;
}
</style>