Shades of Astral #336983
Tints of Astral #336983
RGB
CMYK
RGB Variations
Color information
#336983 (or 0x336983) is known color: Astral. HEX triplet: 33, 69 and 83. RGB value is (51,105,131). Sum of RGB (Red+Green+Blue) = 51+105+131=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #336983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336983 is #CC967C. Grayscale: #5B5B5B. Windows color (decimal): -13407869 or 8612147. OLE color: 8612147.
HSL color Cylindrical-coordinate representation of color #336983: hue angle of 199.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336983 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 105 | 131 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.49 |
| HSL | 199.5º | 0.44% | 0.36% | - |
| HSV(B) | 199.5º | 0.61% | 0.51% | - |
| XYZ | 10.51 | 12.45 | 23.32 | - |
| YUV | 91.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 131 | 0.61 | 0.20 | 0 | 0.49 | 199.5 | 0.44 | 0.36 |
| Hex | 33 | 69 | 83 | 3D | 14 | 0 | 31 | C8 | 2C | 24 |
| Octal | 63 | 151 | 203 | 75 | 24 | 0 | 61 | 310 | 54 | 44 |
| Binary | 110011 | 1101001 | 10000011 | 111101 | 10100 | 0 | 110001 | 11001000 | 101100 | 100100 |
Color Harmonies of #336983
Complementary color
Monochromatic Colors of #336983
Black with #336983
Text Example
Text Example
White with #336983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336983; }
p { color: rgb(51,105,131); }
H1.HeaderClassName
{
color: #336983;
}
.AnyTagClassName
{
color: #336983;
}
</style>
background-color css
<style>
a { background-color: #336983; }
a { background-color: rgb(51,105,131); }
div.DivClassName
{
background-color: #336983;
}
.BgClassName
{
background-color: #336983;
}
</style>
border-color css
<style>
span { border-color: #336983; }
span { border-color: rgb(51,105,131); }
td.TdClassName
{
border-color: #336983;
}
.TagClassName
{
border-color: #336983;
}
</style>