Shades of Astral #33768A
Tints of Astral #33768A
RGB
CMYK
RGB Variations
Color information
#33768A (or 0x33768A) is known color: Astral. HEX triplet: 33, 76 and 8A. RGB value is (51,118,138). Sum of RGB (Red+Green+Blue) = 51+118+138=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #33768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768A is #CC8975. Grayscale: #646464. Windows color (decimal): -13404534 or 9074227. OLE color: 9074227.
HSL color Cylindrical-coordinate representation of color #33768A: hue angle of 193.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33768A is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 118 | 138 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.46 |
| HSL | 193.79º | 0.46% | 0.37% | - |
| HSV(B) | 193.79º | 0.63% | 0.54% | - |
| XYZ | 12.43 | 15.5 | 26.38 | - |
| YUV | 100.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 138 | 0.63 | 0.14 | 0 | 0.46 | 193.79 | 0.46 | 0.37 |
| Hex | 33 | 76 | 8A | 3F | E | 0 | 2E | C2 | 2E | 25 |
| Octal | 63 | 166 | 212 | 77 | 16 | 0 | 56 | 302 | 56 | 45 |
| Binary | 110011 | 1110110 | 10001010 | 111111 | 1110 | 0 | 101110 | 11000010 | 101110 | 100101 |
Color Harmonies of #33768A
Complementary color
Monochromatic Colors of #33768A
Black with #33768A
Text Example
Text Example
White with #33768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33768A; }
p { color: rgb(51,118,138); }
H1.HeaderClassName
{
color: #33768A;
}
.AnyTagClassName
{
color: #33768A;
}
</style>
background-color css
<style>
a { background-color: #33768A; }
a { background-color: rgb(51,118,138); }
div.DivClassName
{
background-color: #33768A;
}
.BgClassName
{
background-color: #33768A;
}
</style>
border-color css
<style>
span { border-color: #33768A; }
span { border-color: rgb(51,118,138); }
td.TdClassName
{
border-color: #33768A;
}
.TagClassName
{
border-color: #33768A;
}
</style>