Shades of Astral #336785
Tints of Astral #336785
RGB
CMYK
RGB Variations
Color information
#336785 (or 0x336785) is known color: Astral. HEX triplet: 33, 67 and 85. RGB value is (51,103,133). Sum of RGB (Red+Green+Blue) = 51+103+133=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #336785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336785 is #CC987A. Grayscale: #5A5A5A. Windows color (decimal): -13408379 or 8742707. OLE color: 8742707.
HSL color Cylindrical-coordinate representation of color #336785: hue angle of 201.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336785 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 103 | 133 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.48 |
| HSL | 201.95º | 0.45% | 0.36% | - |
| HSV(B) | 201.95º | 0.62% | 0.52% | - |
| XYZ | 10.45 | 12.1 | 23.97 | - |
| YUV | 90.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 133 | 0.62 | 0.23 | 0 | 0.48 | 201.95 | 0.45 | 0.36 |
| Hex | 33 | 67 | 85 | 3E | 17 | 0 | 30 | CA | 2D | 24 |
| Octal | 63 | 147 | 205 | 76 | 27 | 0 | 60 | 312 | 55 | 44 |
| Binary | 110011 | 1100111 | 10000101 | 111110 | 10111 | 0 | 110000 | 11001010 | 101101 | 100100 |
Color Harmonies of #336785
Complementary color
Monochromatic Colors of #336785
Black with #336785
Text Example
Text Example
White with #336785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336785; }
p { color: rgb(51,103,133); }
H1.HeaderClassName
{
color: #336785;
}
.AnyTagClassName
{
color: #336785;
}
</style>
background-color css
<style>
a { background-color: #336785; }
a { background-color: rgb(51,103,133); }
div.DivClassName
{
background-color: #336785;
}
.BgClassName
{
background-color: #336785;
}
</style>
border-color css
<style>
span { border-color: #336785; }
span { border-color: rgb(51,103,133); }
td.TdClassName
{
border-color: #336785;
}
.TagClassName
{
border-color: #336785;
}
</style>