Shades of Astral #33668D
Tints of Astral #33668D
RGB
CMYK
RGB Variations
Color information
#33668D (or 0x33668D) is known color: Astral. HEX triplet: 33, 66 and 8D. RGB value is (51,102,141). Sum of RGB (Red+Green+Blue) = 51+102+141=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #33668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33668D is #CC9972. Grayscale: #5A5A5A. Windows color (decimal): -13408627 or 9266739. OLE color: 9266739.
HSL color Cylindrical-coordinate representation of color #33668D: hue angle of 206º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33668D is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 102 | 141 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.45 |
| HSL | 206º | 0.47% | 0.38% | - |
| HSV(B) | 206º | 0.64% | 0.55% | - |
| XYZ | 10.92 | 12.13 | 26.96 | - |
| YUV | 91.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 141 | 0.64 | 0.28 | 0 | 0.45 | 206 | 0.47 | 0.38 |
| Hex | 33 | 66 | 8D | 40 | 1C | 0 | 2D | CE | 2F | 26 |
| Octal | 63 | 146 | 215 | 100 | 34 | 0 | 55 | 316 | 57 | 46 |
| Binary | 110011 | 1100110 | 10001101 | 1000000 | 11100 | 0 | 101101 | 11001110 | 101111 | 100110 |
Color Harmonies of #33668D
Complementary color
Monochromatic Colors of #33668D
Black with #33668D
Text Example
Text Example
White with #33668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33668D; }
p { color: rgb(51,102,141); }
H1.HeaderClassName
{
color: #33668D;
}
.AnyTagClassName
{
color: #33668D;
}
</style>
background-color css
<style>
a { background-color: #33668D; }
a { background-color: rgb(51,102,141); }
div.DivClassName
{
background-color: #33668D;
}
.BgClassName
{
background-color: #33668D;
}
</style>
border-color css
<style>
span { border-color: #33668D; }
span { border-color: rgb(51,102,141); }
td.TdClassName
{
border-color: #33668D;
}
.TagClassName
{
border-color: #33668D;
}
</style>