Shades of Astral #336F81
Tints of Astral #336F81
RGB
CMYK
RGB Variations
Color information
#336F81 (or 0x336F81) is known color: Astral. HEX triplet: 33, 6F and 81. RGB value is (51,111,129). Sum of RGB (Red+Green+Blue) = 51+111+129=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #336F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F81 is #CC907E. Grayscale: #5E5E5E. Windows color (decimal): -13406335 or 8482611. OLE color: 8482611.
HSL color Cylindrical-coordinate representation of color #336F81: hue angle of 193.85º 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 #336F81 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 111 | 129 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.49 |
| HSL | 193.85º | 0.43% | 0.35% | - |
| HSV(B) | 193.85º | 0.6% | 0.51% | - |
| XYZ | 11.01 | 13.66 | 22.82 | - |
| YUV | 95.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 129 | 0.60 | 0.14 | 0 | 0.49 | 193.85 | 0.43 | 0.35 |
| Hex | 33 | 6F | 81 | 3C | E | 0 | 31 | C2 | 2B | 23 |
| Octal | 63 | 157 | 201 | 74 | 16 | 0 | 61 | 302 | 53 | 43 |
| Binary | 110011 | 1101111 | 10000001 | 111100 | 1110 | 0 | 110001 | 11000010 | 101011 | 100011 |
Color Harmonies of #336F81
Complementary color
Monochromatic Colors of #336F81
Black with #336F81
Text Example
Text Example
White with #336F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F81; }
p { color: rgb(51,111,129); }
H1.HeaderClassName
{
color: #336F81;
}
.AnyTagClassName
{
color: #336F81;
}
</style>
background-color css
<style>
a { background-color: #336F81; }
a { background-color: rgb(51,111,129); }
div.DivClassName
{
background-color: #336F81;
}
.BgClassName
{
background-color: #336F81;
}
</style>
border-color css
<style>
span { border-color: #336F81; }
span { border-color: rgb(51,111,129); }
td.TdClassName
{
border-color: #336F81;
}
.TagClassName
{
border-color: #336F81;
}
</style>