Shades of Astronaut #3B4D6B
Tints of Astronaut #3B4D6B
RGB
CMYK
RGB Variations
Color information
#3B4D6B (or 0x3B4D6B) is known color: Astronaut. HEX triplet: 3B, 4D and 6B. RGB value is (59,77,107). Sum of RGB (Red+Green+Blue) = 59+77+107=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B4D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D6B is #C4B294. Grayscale: #4A4A4A. Windows color (decimal): -12890773 or 7032123. OLE color: 7032123.
HSL color Cylindrical-coordinate representation of color #3B4D6B: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B4D6B is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 77 | 107 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.58 |
| HSL | 217.5º | 0.29% | 0.33% | - |
| HSV(B) | 217.5º | 0.45% | 0.42% | - |
| XYZ | 7.11 | 7.3 | 14.94 | - |
| YUV | 75.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 107 | 0.45 | 0.28 | 0 | 0.58 | 217.5 | 0.29 | 0.33 |
| Hex | 3B | 4D | 6B | 2D | 1C | 0 | 3A | DA | 1D | 21 |
| Octal | 73 | 115 | 153 | 55 | 34 | 0 | 72 | 332 | 35 | 41 |
| Binary | 111011 | 1001101 | 1101011 | 101101 | 11100 | 0 | 111010 | 11011010 | 11101 | 100001 |
Color Harmonies of #3B4D6B
Complementary color
Monochromatic Colors of #3B4D6B
Black with #3B4D6B
Text Example
Text Example
White with #3B4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D6B; }
p { color: rgb(59,77,107); }
H1.HeaderClassName
{
color: #3B4D6B;
}
.AnyTagClassName
{
color: #3B4D6B;
}
</style>
background-color css
<style>
a { background-color: #3B4D6B; }
a { background-color: rgb(59,77,107); }
div.DivClassName
{
background-color: #3B4D6B;
}
.BgClassName
{
background-color: #3B4D6B;
}
</style>
border-color css
<style>
span { border-color: #3B4D6B; }
span { border-color: rgb(59,77,107); }
td.TdClassName
{
border-color: #3B4D6B;
}
.TagClassName
{
border-color: #3B4D6B;
}
</style>