Shades of Atomic #384A54
Tints of Atomic #384A54
RGB
CMYK
RGB Variations
Color information
#384A54 (or 0x384A54) is known color: Atomic. HEX triplet: 38, 4A and 54. RGB value is (56,74,84). Sum of RGB (Red+Green+Blue) = 56+74+84=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #384A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A54 is #C7B5AB. Grayscale: #454545. Windows color (decimal): -13088172 or 5524024. OLE color: 5524024.
HSL color Cylindrical-coordinate representation of color #384A54: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384A54 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 74 | 84 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.67 |
| HSL | 201.43º | 0.2% | 0.27% | - |
| HSV(B) | 201.43º | 0.33% | 0.33% | - |
| XYZ | 5.68 | 6.38 | 9.32 | - |
| YUV | 69.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 84 | 0.33 | 0.12 | 0 | 0.67 | 201.43 | 0.2 | 0.27 |
| Hex | 38 | 4A | 54 | 21 | C | 0 | 43 | C9 | 14 | 1B |
| Octal | 70 | 112 | 124 | 41 | 14 | 0 | 103 | 311 | 24 | 33 |
| Binary | 111000 | 1001010 | 1010100 | 100001 | 1100 | 0 | 1000011 | 11001001 | 10100 | 11011 |
Color Harmonies of #384A54
Complementary color
Monochromatic Colors of #384A54
Black with #384A54
Text Example
Text Example
White with #384A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A54; }
p { color: rgb(56,74,84); }
H1.HeaderClassName
{
color: #384A54;
}
.AnyTagClassName
{
color: #384A54;
}
</style>
background-color css
<style>
a { background-color: #384A54; }
a { background-color: rgb(56,74,84); }
div.DivClassName
{
background-color: #384A54;
}
.BgClassName
{
background-color: #384A54;
}
</style>
border-color css
<style>
span { border-color: #384A54; }
span { border-color: rgb(56,74,84); }
td.TdClassName
{
border-color: #384A54;
}
.TagClassName
{
border-color: #384A54;
}
</style>