Shades of Astral #336C8C
Tints of Astral #336C8C
RGB
CMYK
RGB Variations
Color information
#336C8C (or 0x336C8C) is known color: Astral. HEX triplet: 33, 6C and 8C. RGB value is (51,108,140). Sum of RGB (Red+Green+Blue) = 51+108+140=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #336C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C8C is #CC9373. Grayscale: #5E5E5E. Windows color (decimal): -13407092 or 9202739. OLE color: 9202739.
HSL color Cylindrical-coordinate representation of color #336C8C: hue angle of 201.57º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #336C8C is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 108 | 140 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.45 |
| HSL | 201.57º | 0.47% | 0.37% | - |
| HSV(B) | 201.57º | 0.64% | 0.55% | - |
| XYZ | 11.46 | 13.32 | 26.78 | - |
| YUV | 94.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 140 | 0.64 | 0.23 | 0 | 0.45 | 201.57 | 0.47 | 0.37 |
| Hex | 33 | 6C | 8C | 40 | 17 | 0 | 2D | CA | 2F | 25 |
| Octal | 63 | 154 | 214 | 100 | 27 | 0 | 55 | 312 | 57 | 45 |
| Binary | 110011 | 1101100 | 10001100 | 1000000 | 10111 | 0 | 101101 | 11001010 | 101111 | 100101 |
Color Harmonies of #336C8C
Complementary color
Monochromatic Colors of #336C8C
Black with #336C8C
Text Example
Text Example
White with #336C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C8C; }
p { color: rgb(51,108,140); }
H1.HeaderClassName
{
color: #336C8C;
}
.AnyTagClassName
{
color: #336C8C;
}
</style>
background-color css
<style>
a { background-color: #336C8C; }
a { background-color: rgb(51,108,140); }
div.DivClassName
{
background-color: #336C8C;
}
.BgClassName
{
background-color: #336C8C;
}
</style>
border-color css
<style>
span { border-color: #336C8C; }
span { border-color: rgb(51,108,140); }
td.TdClassName
{
border-color: #336C8C;
}
.TagClassName
{
border-color: #336C8C;
}
</style>