Shades of Astral #336783
Tints of Astral #336783
RGB
CMYK
RGB Variations
Color information
#336783 (or 0x336783) is known color: Astral. HEX triplet: 33, 67 and 83. RGB value is (51,103,131). Sum of RGB (Red+Green+Blue) = 51+103+131=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #336783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336783 is #CC987C. Grayscale: #5A5A5A. Windows color (decimal): -13408381 or 8611635. OLE color: 8611635.
HSL color Cylindrical-coordinate representation of color #336783: hue angle of 201º 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 #336783 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 103 | 131 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.49 |
| HSL | 201º | 0.44% | 0.36% | - |
| HSV(B) | 201º | 0.61% | 0.51% | - |
| XYZ | 10.31 | 12.04 | 23.25 | - |
| YUV | 90.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 131 | 0.61 | 0.21 | 0 | 0.49 | 201 | 0.44 | 0.36 |
| Hex | 33 | 67 | 83 | 3D | 15 | 0 | 31 | C9 | 2C | 24 |
| Octal | 63 | 147 | 203 | 75 | 25 | 0 | 61 | 311 | 54 | 44 |
| Binary | 110011 | 1100111 | 10000011 | 111101 | 10101 | 0 | 110001 | 11001001 | 101100 | 100100 |
Color Harmonies of #336783
Complementary color
Monochromatic Colors of #336783
Black with #336783
Text Example
Text Example
White with #336783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336783; }
p { color: rgb(51,103,131); }
H1.HeaderClassName
{
color: #336783;
}
.AnyTagClassName
{
color: #336783;
}
</style>
background-color css
<style>
a { background-color: #336783; }
a { background-color: rgb(51,103,131); }
div.DivClassName
{
background-color: #336783;
}
.BgClassName
{
background-color: #336783;
}
</style>
border-color css
<style>
span { border-color: #336783; }
span { border-color: rgb(51,103,131); }
td.TdClassName
{
border-color: #336783;
}
.TagClassName
{
border-color: #336783;
}
</style>