Shades of Astral #33677C
Tints of Astral #33677C
RGB
CMYK
RGB Variations
Color information
#33677C (or 0x33677C) is known color: Astral. HEX triplet: 33, 67 and 7C. RGB value is (51,103,124). Sum of RGB (Red+Green+Blue) = 51+103+124=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #33677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33677C is #CC9883. Grayscale: #595959. Windows color (decimal): -13408388 or 8152883. OLE color: 8152883.
HSL color Cylindrical-coordinate representation of color #33677C: hue angle of 197.26º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33677C is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 103 | 124 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.51 |
| HSL | 197.26º | 0.42% | 0.34% | - |
| HSV(B) | 197.26º | 0.59% | 0.49% | - |
| XYZ | 9.85 | 11.86 | 20.84 | - |
| YUV | 89.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 124 | 0.59 | 0.17 | 0 | 0.51 | 197.26 | 0.42 | 0.34 |
| Hex | 33 | 67 | 7C | 3B | 11 | 0 | 33 | C5 | 2A | 22 |
| Octal | 63 | 147 | 174 | 73 | 21 | 0 | 63 | 305 | 52 | 42 |
| Binary | 110011 | 1100111 | 1111100 | 111011 | 10001 | 0 | 110011 | 11000101 | 101010 | 100010 |
Color Harmonies of #33677C
Complementary color
Monochromatic Colors of #33677C
Black with #33677C
Text Example
Text Example
White with #33677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33677C; }
p { color: rgb(51,103,124); }
H1.HeaderClassName
{
color: #33677C;
}
.AnyTagClassName
{
color: #33677C;
}
</style>
background-color css
<style>
a { background-color: #33677C; }
a { background-color: rgb(51,103,124); }
div.DivClassName
{
background-color: #33677C;
}
.BgClassName
{
background-color: #33677C;
}
</style>
border-color css
<style>
span { border-color: #33677C; }
span { border-color: rgb(51,103,124); }
td.TdClassName
{
border-color: #33677C;
}
.TagClassName
{
border-color: #33677C;
}
</style>