Shades of Astral #336781
Tints of Astral #336781
RGB
CMYK
RGB Variations
Color information
#336781 (or 0x336781) is known color: Astral. HEX triplet: 33, 67 and 81. RGB value is (51,103,129). Sum of RGB (Red+Green+Blue) = 51+103+129=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #336781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336781 is #CC987E. Grayscale: #5A5A5A. Windows color (decimal): -13408383 or 8480563. OLE color: 8480563.
HSL color Cylindrical-coordinate representation of color #336781: hue angle of 200º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336781 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 103 | 129 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.49 |
| HSL | 200º | 0.43% | 0.35% | - |
| HSV(B) | 200º | 0.6% | 0.51% | - |
| XYZ | 10.18 | 11.99 | 22.55 | - |
| YUV | 90.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 129 | 0.60 | 0.20 | 0 | 0.49 | 200 | 0.43 | 0.35 |
| Hex | 33 | 67 | 81 | 3C | 14 | 0 | 31 | C8 | 2B | 23 |
| Octal | 63 | 147 | 201 | 74 | 24 | 0 | 61 | 310 | 53 | 43 |
| Binary | 110011 | 1100111 | 10000001 | 111100 | 10100 | 0 | 110001 | 11001000 | 101011 | 100011 |
Color Harmonies of #336781
Complementary color
Monochromatic Colors of #336781
Black with #336781
Text Example
Text Example
White with #336781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336781; }
p { color: rgb(51,103,129); }
H1.HeaderClassName
{
color: #336781;
}
.AnyTagClassName
{
color: #336781;
}
</style>
background-color css
<style>
a { background-color: #336781; }
a { background-color: rgb(51,103,129); }
div.DivClassName
{
background-color: #336781;
}
.BgClassName
{
background-color: #336781;
}
</style>
border-color css
<style>
span { border-color: #336781; }
span { border-color: rgb(51,103,129); }
td.TdClassName
{
border-color: #336781;
}
.TagClassName
{
border-color: #336781;
}
</style>