Shades of Astral #336F90
Tints of Astral #336F90
RGB
CMYK
RGB Variations
Color information
#336F90 (or 0x336F90) is known color: Astral. HEX triplet: 33, 6F and 90. RGB value is (51,111,144). Sum of RGB (Red+Green+Blue) = 51+111+144=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #336F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F90 is #CC906F. Grayscale: #606060. Windows color (decimal): -13406320 or 9465651. OLE color: 9465651.
HSL color Cylindrical-coordinate representation of color #336F90: hue angle of 201.29º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336F90 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 111 | 144 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.44 |
| HSL | 201.29º | 0.48% | 0.38% | - |
| HSV(B) | 201.29º | 0.65% | 0.56% | - |
| XYZ | 12.08 | 14.09 | 28.47 | - |
| YUV | 96.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 144 | 0.65 | 0.23 | 0 | 0.44 | 201.29 | 0.48 | 0.38 |
| Hex | 33 | 6F | 90 | 41 | 17 | 0 | 2C | C9 | 30 | 26 |
| Octal | 63 | 157 | 220 | 101 | 27 | 0 | 54 | 311 | 60 | 46 |
| Binary | 110011 | 1101111 | 10010000 | 1000001 | 10111 | 0 | 101100 | 11001001 | 110000 | 100110 |
Color Harmonies of #336F90
Complementary color
Monochromatic Colors of #336F90
Black with #336F90
Text Example
Text Example
White with #336F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F90; }
p { color: rgb(51,111,144); }
H1.HeaderClassName
{
color: #336F90;
}
.AnyTagClassName
{
color: #336F90;
}
</style>
background-color css
<style>
a { background-color: #336F90; }
a { background-color: rgb(51,111,144); }
div.DivClassName
{
background-color: #336F90;
}
.BgClassName
{
background-color: #336F90;
}
</style>
border-color css
<style>
span { border-color: #336F90; }
span { border-color: rgb(51,111,144); }
td.TdClassName
{
border-color: #336F90;
}
.TagClassName
{
border-color: #336F90;
}
</style>