Shades of Astral #336B7E
Tints of Astral #336B7E
RGB
CMYK
RGB Variations
Color information
#336B7E (or 0x336B7E) is known color: Astral. HEX triplet: 33, 6B and 7E. RGB value is (51,107,126). Sum of RGB (Red+Green+Blue) = 51+107+126=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #336B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B7E is #CC9481. Grayscale: #5C5C5C. Windows color (decimal): -13407362 or 8284979. OLE color: 8284979.
HSL color Cylindrical-coordinate representation of color #336B7E: hue angle of 195.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336B7E is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 107 | 126 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.51 |
| HSL | 195.2º | 0.42% | 0.35% | - |
| HSV(B) | 195.2º | 0.6% | 0.49% | - |
| XYZ | 10.39 | 12.73 | 21.65 | - |
| YUV | 92.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 126 | 0.60 | 0.15 | 0 | 0.51 | 195.2 | 0.42 | 0.35 |
| Hex | 33 | 6B | 7E | 3C | F | 0 | 33 | C3 | 2A | 23 |
| Octal | 63 | 153 | 176 | 74 | 17 | 0 | 63 | 303 | 52 | 43 |
| Binary | 110011 | 1101011 | 1111110 | 111100 | 1111 | 0 | 110011 | 11000011 | 101010 | 100011 |
Color Harmonies of #336B7E
Complementary color
Monochromatic Colors of #336B7E
Black with #336B7E
Text Example
Text Example
White with #336B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B7E; }
p { color: rgb(51,107,126); }
H1.HeaderClassName
{
color: #336B7E;
}
.AnyTagClassName
{
color: #336B7E;
}
</style>
background-color css
<style>
a { background-color: #336B7E; }
a { background-color: rgb(51,107,126); }
div.DivClassName
{
background-color: #336B7E;
}
.BgClassName
{
background-color: #336B7E;
}
</style>
border-color css
<style>
span { border-color: #336B7E; }
span { border-color: rgb(51,107,126); }
td.TdClassName
{
border-color: #336B7E;
}
.TagClassName
{
border-color: #336B7E;
}
</style>