Shades of Atomic #384B50
Tints of Atomic #384B50
RGB
CMYK
RGB Variations
Color information
#384B50 (or 0x384B50) is known color: Atomic. HEX triplet: 38, 4B and 50. RGB value is (56,75,80). Sum of RGB (Red+Green+Blue) = 56+75+80=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #384B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B50 is #C7B4AF. Grayscale: #454545. Windows color (decimal): -13087920 or 5262136. OLE color: 5262136.
HSL color Cylindrical-coordinate representation of color #384B50: hue angle of 192.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384B50 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 75 | 80 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.69 |
| HSL | 192.5º | 0.18% | 0.27% | - |
| HSV(B) | 192.5º | 0.3% | 0.31% | - |
| XYZ | 5.59 | 6.45 | 8.54 | - |
| YUV | 69.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 80 | 0.30 | 0.06 | 0 | 0.69 | 192.5 | 0.18 | 0.27 |
| Hex | 38 | 4B | 50 | 1E | 6 | 0 | 45 | C0 | 12 | 1B |
| Octal | 70 | 113 | 120 | 36 | 6 | 0 | 105 | 300 | 22 | 33 |
| Binary | 111000 | 1001011 | 1010000 | 11110 | 110 | 0 | 1000101 | 11000000 | 10010 | 11011 |
Color Harmonies of #384B50
Complementary color
Monochromatic Colors of #384B50
Black with #384B50
Text Example
Text Example
White with #384B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B50; }
p { color: rgb(56,75,80); }
H1.HeaderClassName
{
color: #384B50;
}
.AnyTagClassName
{
color: #384B50;
}
</style>
background-color css
<style>
a { background-color: #384B50; }
a { background-color: rgb(56,75,80); }
div.DivClassName
{
background-color: #384B50;
}
.BgClassName
{
background-color: #384B50;
}
</style>
border-color css
<style>
span { border-color: #384B50; }
span { border-color: rgb(56,75,80); }
td.TdClassName
{
border-color: #384B50;
}
.TagClassName
{
border-color: #384B50;
}
</style>