Shades of Astral #33768B
Tints of Astral #33768B
RGB
CMYK
RGB Variations
Color information
#33768B (or 0x33768B) is known color: Astral. HEX triplet: 33, 76 and 8B. RGB value is (51,118,139). Sum of RGB (Red+Green+Blue) = 51+118+139=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #33768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768B is #CC8974. Grayscale: #646464. Windows color (decimal): -13404533 or 9139763. OLE color: 9139763.
HSL color Cylindrical-coordinate representation of color #33768B: hue angle of 194.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33768B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 118 | 139 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.45 |
| HSL | 194.32º | 0.46% | 0.37% | - |
| HSV(B) | 194.32º | 0.63% | 0.55% | - |
| XYZ | 12.5 | 15.52 | 26.76 | - |
| YUV | 100.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 139 | 0.63 | 0.15 | 0 | 0.45 | 194.32 | 0.46 | 0.37 |
| Hex | 33 | 76 | 8B | 3F | F | 0 | 2D | C2 | 2E | 25 |
| Octal | 63 | 166 | 213 | 77 | 17 | 0 | 55 | 302 | 56 | 45 |
| Binary | 110011 | 1110110 | 10001011 | 111111 | 1111 | 0 | 101101 | 11000010 | 101110 | 100101 |
Color Harmonies of #33768B
Complementary color
Monochromatic Colors of #33768B
Black with #33768B
Text Example
Text Example
White with #33768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33768B; }
p { color: rgb(51,118,139); }
H1.HeaderClassName
{
color: #33768B;
}
.AnyTagClassName
{
color: #33768B;
}
</style>
background-color css
<style>
a { background-color: #33768B; }
a { background-color: rgb(51,118,139); }
div.DivClassName
{
background-color: #33768B;
}
.BgClassName
{
background-color: #33768B;
}
</style>
border-color css
<style>
span { border-color: #33768B; }
span { border-color: rgb(51,118,139); }
td.TdClassName
{
border-color: #33768B;
}
.TagClassName
{
border-color: #33768B;
}
</style>