Shades of Astral #336F7C
Tints of Astral #336F7C
RGB
CMYK
RGB Variations
Color information
#336F7C (or 0x336F7C) is known color: Astral. HEX triplet: 33, 6F and 7C. RGB value is (51,111,124). Sum of RGB (Red+Green+Blue) = 51+111+124=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #336F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F7C is #CC9083. Grayscale: #5E5E5E. Windows color (decimal): -13406340 or 8154931. OLE color: 8154931.
HSL color Cylindrical-coordinate representation of color #336F7C: hue angle of 190.68º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336F7C is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 111 | 124 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.51 |
| HSL | 190.68º | 0.42% | 0.34% | - |
| HSV(B) | 190.68º | 0.59% | 0.49% | - |
| XYZ | 10.69 | 13.53 | 21.12 | - |
| YUV | 94.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 124 | 0.59 | 0.10 | 0 | 0.51 | 190.68 | 0.42 | 0.34 |
| Hex | 33 | 6F | 7C | 3B | A | 0 | 33 | BF | 2A | 22 |
| Octal | 63 | 157 | 174 | 73 | 12 | 0 | 63 | 277 | 52 | 42 |
| Binary | 110011 | 1101111 | 1111100 | 111011 | 1010 | 0 | 110011 | 10111111 | 101010 | 100010 |
Color Harmonies of #336F7C
Complementary color
Monochromatic Colors of #336F7C
Black with #336F7C
Text Example
Text Example
White with #336F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F7C; }
p { color: rgb(51,111,124); }
H1.HeaderClassName
{
color: #336F7C;
}
.AnyTagClassName
{
color: #336F7C;
}
</style>
background-color css
<style>
a { background-color: #336F7C; }
a { background-color: rgb(51,111,124); }
div.DivClassName
{
background-color: #336F7C;
}
.BgClassName
{
background-color: #336F7C;
}
</style>
border-color css
<style>
span { border-color: #336F7C; }
span { border-color: rgb(51,111,124); }
td.TdClassName
{
border-color: #336F7C;
}
.TagClassName
{
border-color: #336F7C;
}
</style>