Shades of Astronaut #384B6D
Tints of Astronaut #384B6D
RGB
CMYK
RGB Variations
Color information
#384B6D (or 0x384B6D) is known color: Astronaut. HEX triplet: 38, 4B and 6D. RGB value is (56,75,109). Sum of RGB (Red+Green+Blue) = 56+75+109=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #384B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B6D is #C7B492. Grayscale: #494949. Windows color (decimal): -13087891 or 7162680. OLE color: 7162680.
HSL color Cylindrical-coordinate representation of color #384B6D: hue angle of 218.49º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384B6D is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 75 | 109 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.57 |
| HSL | 218.49º | 0.32% | 0.32% | - |
| HSV(B) | 218.49º | 0.49% | 0.43% | - |
| XYZ | 6.91 | 6.98 | 15.45 | - |
| YUV | 73.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 109 | 0.49 | 0.31 | 0 | 0.57 | 218.49 | 0.32 | 0.32 |
| Hex | 38 | 4B | 6D | 31 | 1F | 0 | 39 | DA | 20 | 20 |
| Octal | 70 | 113 | 155 | 61 | 37 | 0 | 71 | 332 | 40 | 40 |
| Binary | 111000 | 1001011 | 1101101 | 110001 | 11111 | 0 | 111001 | 11011010 | 100000 | 100000 |
Color Harmonies of #384B6D
Complementary color
Monochromatic Colors of #384B6D
Black with #384B6D
Text Example
Text Example
White with #384B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B6D; }
p { color: rgb(56,75,109); }
H1.HeaderClassName
{
color: #384B6D;
}
.AnyTagClassName
{
color: #384B6D;
}
</style>
background-color css
<style>
a { background-color: #384B6D; }
a { background-color: rgb(56,75,109); }
div.DivClassName
{
background-color: #384B6D;
}
.BgClassName
{
background-color: #384B6D;
}
</style>
border-color css
<style>
span { border-color: #384B6D; }
span { border-color: rgb(56,75,109); }
td.TdClassName
{
border-color: #384B6D;
}
.TagClassName
{
border-color: #384B6D;
}
</style>