Shades of Astral #336B7D
Tints of Astral #336B7D
RGB
CMYK
RGB Variations
Color information
#336B7D (or 0x336B7D) is known color: Astral. HEX triplet: 33, 6B and 7D. RGB value is (51,107,125). Sum of RGB (Red+Green+Blue) = 51+107+125=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #336B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B7D is #CC9482. Grayscale: #5C5C5C. Windows color (decimal): -13407363 or 8219443. OLE color: 8219443.
HSL color Cylindrical-coordinate representation of color #336B7D: hue angle of 194.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336B7D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 107 | 125 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.51 |
| HSL | 194.59º | 0.42% | 0.35% | - |
| HSV(B) | 194.59º | 0.59% | 0.49% | - |
| XYZ | 10.32 | 12.7 | 21.31 | - |
| YUV | 92.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 125 | 0.59 | 0.14 | 0 | 0.51 | 194.59 | 0.42 | 0.35 |
| Hex | 33 | 6B | 7D | 3B | E | 0 | 33 | C3 | 2A | 23 |
| Octal | 63 | 153 | 175 | 73 | 16 | 0 | 63 | 303 | 52 | 43 |
| Binary | 110011 | 1101011 | 1111101 | 111011 | 1110 | 0 | 110011 | 11000011 | 101010 | 100011 |
Color Harmonies of #336B7D
Complementary color
Monochromatic Colors of #336B7D
Black with #336B7D
Text Example
Text Example
White with #336B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B7D; }
p { color: rgb(51,107,125); }
H1.HeaderClassName
{
color: #336B7D;
}
.AnyTagClassName
{
color: #336B7D;
}
</style>
background-color css
<style>
a { background-color: #336B7D; }
a { background-color: rgb(51,107,125); }
div.DivClassName
{
background-color: #336B7D;
}
.BgClassName
{
background-color: #336B7D;
}
</style>
border-color css
<style>
span { border-color: #336B7D; }
span { border-color: rgb(51,107,125); }
td.TdClassName
{
border-color: #336B7D;
}
.TagClassName
{
border-color: #336B7D;
}
</style>