Shades of Astral #3B6889
Tints of Astral #3B6889
RGB
CMYK
RGB Variations
Color information
#3B6889 (or 0x3B6889) is known color: Astral. HEX triplet: 3B, 68 and 89. RGB value is (59,104,137). Sum of RGB (Red+Green+Blue) = 59+104+137=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B6889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6889 is #C49776. Grayscale: #5E5E5E. Windows color (decimal): -12883831 or 9005115. OLE color: 9005115.
HSL color Cylindrical-coordinate representation of color #3B6889: hue angle of 205.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B6889 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 104 | 137 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.46 |
| HSL | 205.38º | 0.4% | 0.38% | - |
| HSV(B) | 205.38º | 0.57% | 0.54% | - |
| XYZ | 11.27 | 12.64 | 25.51 | - |
| YUV | 94.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 137 | 0.57 | 0.24 | 0 | 0.46 | 205.38 | 0.4 | 0.38 |
| Hex | 3B | 68 | 89 | 39 | 18 | 0 | 2E | CD | 28 | 26 |
| Octal | 73 | 150 | 211 | 71 | 30 | 0 | 56 | 315 | 50 | 46 |
| Binary | 111011 | 1101000 | 10001001 | 111001 | 11000 | 0 | 101110 | 11001101 | 101000 | 100110 |
Color Harmonies of #3B6889
Complementary color
Monochromatic Colors of #3B6889
Black with #3B6889
Text Example
Text Example
White with #3B6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6889; }
p { color: rgb(59,104,137); }
H1.HeaderClassName
{
color: #3B6889;
}
.AnyTagClassName
{
color: #3B6889;
}
</style>
background-color css
<style>
a { background-color: #3B6889; }
a { background-color: rgb(59,104,137); }
div.DivClassName
{
background-color: #3B6889;
}
.BgClassName
{
background-color: #3B6889;
}
</style>
border-color css
<style>
span { border-color: #3B6889; }
span { border-color: rgb(59,104,137); }
td.TdClassName
{
border-color: #3B6889;
}
.TagClassName
{
border-color: #3B6889;
}
</style>