Shades of Astral #336589
Tints of Astral #336589
RGB
CMYK
RGB Variations
Color information
#336589 (or 0x336589) is known color: Astral. HEX triplet: 33, 65 and 89. RGB value is (51,101,137). Sum of RGB (Red+Green+Blue) = 51+101+137=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #336589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336589 is #CC9A76. Grayscale: #595959. Windows color (decimal): -13408887 or 9004339. OLE color: 9004339.
HSL color Cylindrical-coordinate representation of color #336589: hue angle of 205.12º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336589 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 101 | 137 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.46 |
| HSL | 205.12º | 0.46% | 0.37% | - |
| HSV(B) | 205.12º | 0.63% | 0.54% | - |
| XYZ | 10.53 | 11.82 | 25.39 | - |
| YUV | 90.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 137 | 0.63 | 0.26 | 0 | 0.46 | 205.12 | 0.46 | 0.37 |
| Hex | 33 | 65 | 89 | 3F | 1A | 0 | 2E | CD | 2E | 25 |
| Octal | 63 | 145 | 211 | 77 | 32 | 0 | 56 | 315 | 56 | 45 |
| Binary | 110011 | 1100101 | 10001001 | 111111 | 11010 | 0 | 101110 | 11001101 | 101110 | 100101 |
Color Harmonies of #336589
Complementary color
Monochromatic Colors of #336589
Black with #336589
Text Example
Text Example
White with #336589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336589; }
p { color: rgb(51,101,137); }
H1.HeaderClassName
{
color: #336589;
}
.AnyTagClassName
{
color: #336589;
}
</style>
background-color css
<style>
a { background-color: #336589; }
a { background-color: rgb(51,101,137); }
div.DivClassName
{
background-color: #336589;
}
.BgClassName
{
background-color: #336589;
}
</style>
border-color css
<style>
span { border-color: #336589; }
span { border-color: rgb(51,101,137); }
td.TdClassName
{
border-color: #336589;
}
.TagClassName
{
border-color: #336589;
}
</style>