Shades of Astral #33677D
Tints of Astral #33677D
RGB
CMYK
RGB Variations
Color information
#33677D (or 0x33677D) is known color: Astral. HEX triplet: 33, 67 and 7D. RGB value is (51,103,125). Sum of RGB (Red+Green+Blue) = 51+103+125=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #33677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33677D is #CC9882. Grayscale: #595959. Windows color (decimal): -13408387 or 8218419. OLE color: 8218419.
HSL color Cylindrical-coordinate representation of color #33677D: hue angle of 197.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33677D is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 103 | 125 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.51 |
| HSL | 197.84º | 0.42% | 0.35% | - |
| HSV(B) | 197.84º | 0.59% | 0.49% | - |
| XYZ | 9.92 | 11.88 | 21.17 | - |
| YUV | 89.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 125 | 0.59 | 0.18 | 0 | 0.51 | 197.84 | 0.42 | 0.35 |
| Hex | 33 | 67 | 7D | 3B | 12 | 0 | 33 | C6 | 2A | 23 |
| Octal | 63 | 147 | 175 | 73 | 22 | 0 | 63 | 306 | 52 | 43 |
| Binary | 110011 | 1100111 | 1111101 | 111011 | 10010 | 0 | 110011 | 11000110 | 101010 | 100011 |
Color Harmonies of #33677D
Complementary color
Monochromatic Colors of #33677D
Black with #33677D
Text Example
Text Example
White with #33677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33677D; }
p { color: rgb(51,103,125); }
H1.HeaderClassName
{
color: #33677D;
}
.AnyTagClassName
{
color: #33677D;
}
</style>
background-color css
<style>
a { background-color: #33677D; }
a { background-color: rgb(51,103,125); }
div.DivClassName
{
background-color: #33677D;
}
.BgClassName
{
background-color: #33677D;
}
</style>
border-color css
<style>
span { border-color: #33677D; }
span { border-color: rgb(51,103,125); }
td.TdClassName
{
border-color: #33677D;
}
.TagClassName
{
border-color: #33677D;
}
</style>