Shades of Atomic #384A50
Tints of Atomic #384A50
RGB
CMYK
RGB Variations
Color information
#384A50 (or 0x384A50) is known color: Atomic. HEX triplet: 38, 4A and 50. RGB value is (56,74,80). Sum of RGB (Red+Green+Blue) = 56+74+80=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #384A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A50 is #C7B5AF. Grayscale: #454545. Windows color (decimal): -13088176 or 5261880. OLE color: 5261880.
HSL color Cylindrical-coordinate representation of color #384A50: hue angle of 195º 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 #384A50 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 74 | 80 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.69 |
| HSL | 195º | 0.18% | 0.27% | - |
| HSV(B) | 195º | 0.3% | 0.31% | - |
| XYZ | 5.53 | 6.32 | 8.52 | - |
| YUV | 69.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 80 | 0.30 | 0.08 | 0 | 0.69 | 195 | 0.18 | 0.27 |
| Hex | 38 | 4A | 50 | 1E | 8 | 0 | 45 | C3 | 12 | 1B |
| Octal | 70 | 112 | 120 | 36 | 10 | 0 | 105 | 303 | 22 | 33 |
| Binary | 111000 | 1001010 | 1010000 | 11110 | 1000 | 0 | 1000101 | 11000011 | 10010 | 11011 |
Color Harmonies of #384A50
Complementary color
Monochromatic Colors of #384A50
Black with #384A50
Text Example
Text Example
White with #384A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A50; }
p { color: rgb(56,74,80); }
H1.HeaderClassName
{
color: #384A50;
}
.AnyTagClassName
{
color: #384A50;
}
</style>
background-color css
<style>
a { background-color: #384A50; }
a { background-color: rgb(56,74,80); }
div.DivClassName
{
background-color: #384A50;
}
.BgClassName
{
background-color: #384A50;
}
</style>
border-color css
<style>
span { border-color: #384A50; }
span { border-color: rgb(56,74,80); }
td.TdClassName
{
border-color: #384A50;
}
.TagClassName
{
border-color: #384A50;
}
</style>