Shades of Astral #336C90
Tints of Astral #336C90
RGB
CMYK
RGB Variations
Color information
#336C90 (or 0x336C90) is known color: Astral. HEX triplet: 33, 6C and 90. RGB value is (51,108,144). Sum of RGB (Red+Green+Blue) = 51+108+144=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #336C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C90 is #CC936F. Grayscale: #5E5E5E. Windows color (decimal): -13407088 or 9464883. OLE color: 9464883.
HSL color Cylindrical-coordinate representation of color #336C90: hue angle of 203.23º 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 #336C90 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 108 | 144 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.44 |
| HSL | 203.23º | 0.48% | 0.38% | - |
| HSV(B) | 203.23º | 0.65% | 0.56% | - |
| XYZ | 11.76 | 13.44 | 28.36 | - |
| YUV | 95.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 144 | 0.65 | 0.25 | 0 | 0.44 | 203.23 | 0.48 | 0.38 |
| Hex | 33 | 6C | 90 | 41 | 19 | 0 | 2C | CB | 30 | 26 |
| Octal | 63 | 154 | 220 | 101 | 31 | 0 | 54 | 313 | 60 | 46 |
| Binary | 110011 | 1101100 | 10010000 | 1000001 | 11001 | 0 | 101100 | 11001011 | 110000 | 100110 |
Color Harmonies of #336C90
Complementary color
Monochromatic Colors of #336C90
Black with #336C90
Text Example
Text Example
White with #336C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C90; }
p { color: rgb(51,108,144); }
H1.HeaderClassName
{
color: #336C90;
}
.AnyTagClassName
{
color: #336C90;
}
</style>
background-color css
<style>
a { background-color: #336C90; }
a { background-color: rgb(51,108,144); }
div.DivClassName
{
background-color: #336C90;
}
.BgClassName
{
background-color: #336C90;
}
</style>
border-color css
<style>
span { border-color: #336C90; }
span { border-color: rgb(51,108,144); }
td.TdClassName
{
border-color: #336C90;
}
.TagClassName
{
border-color: #336C90;
}
</style>