Shades of Astral #336C81
Tints of Astral #336C81
RGB
CMYK
RGB Variations
Color information
#336C81 (or 0x336C81) is known color: Astral. HEX triplet: 33, 6C and 81. RGB value is (51,108,129). Sum of RGB (Red+Green+Blue) = 51+108+129=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #336C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C81 is #CC937E. Grayscale: #5D5D5D. Windows color (decimal): -13407103 or 8481843. OLE color: 8481843.
HSL color Cylindrical-coordinate representation of color #336C81: hue angle of 196.15º 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 #336C81 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 108 | 129 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.49 |
| HSL | 196.15º | 0.43% | 0.35% | - |
| HSV(B) | 196.15º | 0.6% | 0.51% | - |
| XYZ | 10.69 | 13.01 | 22.72 | - |
| YUV | 93.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 129 | 0.60 | 0.16 | 0 | 0.49 | 196.15 | 0.43 | 0.35 |
| Hex | 33 | 6C | 81 | 3C | 10 | 0 | 31 | C4 | 2B | 23 |
| Octal | 63 | 154 | 201 | 74 | 20 | 0 | 61 | 304 | 53 | 43 |
| Binary | 110011 | 1101100 | 10000001 | 111100 | 10000 | 0 | 110001 | 11000100 | 101011 | 100011 |
Color Harmonies of #336C81
Complementary color
Monochromatic Colors of #336C81
Black with #336C81
Text Example
Text Example
White with #336C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C81; }
p { color: rgb(51,108,129); }
H1.HeaderClassName
{
color: #336C81;
}
.AnyTagClassName
{
color: #336C81;
}
</style>
background-color css
<style>
a { background-color: #336C81; }
a { background-color: rgb(51,108,129); }
div.DivClassName
{
background-color: #336C81;
}
.BgClassName
{
background-color: #336C81;
}
</style>
border-color css
<style>
span { border-color: #336C81; }
span { border-color: rgb(51,108,129); }
td.TdClassName
{
border-color: #336C81;
}
.TagClassName
{
border-color: #336C81;
}
</style>