Shades of Astral #336B91
Tints of Astral #336B91
RGB
CMYK
RGB Variations
Color information
#336B91 (or 0x336B91) is known color: Astral. HEX triplet: 33, 6B and 91. RGB value is (51,107,145). Sum of RGB (Red+Green+Blue) = 51+107+145=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #336B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B91 is #CC946E. Grayscale: #5E5E5E. Windows color (decimal): -13407343 or 9530163. OLE color: 9530163.
HSL color Cylindrical-coordinate representation of color #336B91: hue angle of 204.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336B91 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 107 | 145 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.43 |
| HSL | 204.26º | 0.48% | 0.38% | - |
| HSV(B) | 204.26º | 0.65% | 0.57% | - |
| XYZ | 11.73 | 13.26 | 28.73 | - |
| YUV | 94.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 145 | 0.65 | 0.26 | 0 | 0.43 | 204.26 | 0.48 | 0.38 |
| Hex | 33 | 6B | 91 | 41 | 1A | 0 | 2B | CC | 30 | 26 |
| Octal | 63 | 153 | 221 | 101 | 32 | 0 | 53 | 314 | 60 | 46 |
| Binary | 110011 | 1101011 | 10010001 | 1000001 | 11010 | 0 | 101011 | 11001100 | 110000 | 100110 |
Color Harmonies of #336B91
Complementary color
Monochromatic Colors of #336B91
Black with #336B91
Text Example
Text Example
White with #336B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B91; }
p { color: rgb(51,107,145); }
H1.HeaderClassName
{
color: #336B91;
}
.AnyTagClassName
{
color: #336B91;
}
</style>
background-color css
<style>
a { background-color: #336B91; }
a { background-color: rgb(51,107,145); }
div.DivClassName
{
background-color: #336B91;
}
.BgClassName
{
background-color: #336B91;
}
</style>
border-color css
<style>
span { border-color: #336B91; }
span { border-color: rgb(51,107,145); }
td.TdClassName
{
border-color: #336B91;
}
.TagClassName
{
border-color: #336B91;
}
</style>