Shades of Astral #33768F
Tints of Astral #33768F
RGB
CMYK
RGB Variations
Color information
#33768F (or 0x33768F) is known color: Astral. HEX triplet: 33, 76 and 8F. RGB value is (51,118,143). Sum of RGB (Red+Green+Blue) = 51+118+143=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #33768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768F is #CC8970. Grayscale: #646464. Windows color (decimal): -13404529 or 9401907. OLE color: 9401907.
HSL color Cylindrical-coordinate representation of color #33768F: hue angle of 196.3º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33768F is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 118 | 143 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.44 |
| HSL | 196.3º | 0.47% | 0.38% | - |
| HSV(B) | 196.3º | 0.64% | 0.56% | - |
| XYZ | 12.8 | 15.64 | 28.33 | - |
| YUV | 100.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 143 | 0.64 | 0.17 | 0 | 0.44 | 196.3 | 0.47 | 0.38 |
| Hex | 33 | 76 | 8F | 40 | 11 | 0 | 2C | C4 | 2F | 26 |
| Octal | 63 | 166 | 217 | 100 | 21 | 0 | 54 | 304 | 57 | 46 |
| Binary | 110011 | 1110110 | 10001111 | 1000000 | 10001 | 0 | 101100 | 11000100 | 101111 | 100110 |
Color Harmonies of #33768F
Complementary color
Monochromatic Colors of #33768F
Black with #33768F
Text Example
Text Example
White with #33768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33768F; }
p { color: rgb(51,118,143); }
H1.HeaderClassName
{
color: #33768F;
}
.AnyTagClassName
{
color: #33768F;
}
</style>
background-color css
<style>
a { background-color: #33768F; }
a { background-color: rgb(51,118,143); }
div.DivClassName
{
background-color: #33768F;
}
.BgClassName
{
background-color: #33768F;
}
</style>
border-color css
<style>
span { border-color: #33768F; }
span { border-color: rgb(51,118,143); }
td.TdClassName
{
border-color: #33768F;
}
.TagClassName
{
border-color: #33768F;
}
</style>