Shades of Astronaut #3B4E6E
Tints of Astronaut #3B4E6E
RGB
CMYK
RGB Variations
Color information
#3B4E6E (or 0x3B4E6E) is known color: Astronaut. HEX triplet: 3B, 4E and 6E. RGB value is (59,78,110). Sum of RGB (Red+Green+Blue) = 59+78+110=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B4E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4E6E is #C4B191. Grayscale: #4B4B4B. Windows color (decimal): -12890514 or 7228987. OLE color: 7228987.
HSL color Cylindrical-coordinate representation of color #3B4E6E: hue angle of 217.65º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B4E6E is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 78 | 110 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.57 |
| HSL | 217.65º | 0.3% | 0.33% | - |
| HSV(B) | 217.65º | 0.46% | 0.43% | - |
| XYZ | 7.34 | 7.5 | 15.81 | - |
| YUV | 75.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 110 | 0.46 | 0.29 | 0 | 0.57 | 217.65 | 0.3 | 0.33 |
| Hex | 3B | 4E | 6E | 2E | 1D | 0 | 39 | DA | 1E | 21 |
| Octal | 73 | 116 | 156 | 56 | 35 | 0 | 71 | 332 | 36 | 41 |
| Binary | 111011 | 1001110 | 1101110 | 101110 | 11101 | 0 | 111001 | 11011010 | 11110 | 100001 |
Color Harmonies of #3B4E6E
Complementary color
Monochromatic Colors of #3B4E6E
Black with #3B4E6E
Text Example
Text Example
White with #3B4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4E6E; }
p { color: rgb(59,78,110); }
H1.HeaderClassName
{
color: #3B4E6E;
}
.AnyTagClassName
{
color: #3B4E6E;
}
</style>
background-color css
<style>
a { background-color: #3B4E6E; }
a { background-color: rgb(59,78,110); }
div.DivClassName
{
background-color: #3B4E6E;
}
.BgClassName
{
background-color: #3B4E6E;
}
</style>
border-color css
<style>
span { border-color: #3B4E6E; }
span { border-color: rgb(59,78,110); }
td.TdClassName
{
border-color: #3B4E6E;
}
.TagClassName
{
border-color: #3B4E6E;
}
</style>