Shades of Atomic #384B54
Tints of Atomic #384B54
RGB
CMYK
RGB Variations
Color information
#384B54 (or 0x384B54) is known color: Atomic. HEX triplet: 38, 4B and 54. RGB value is (56,75,84). Sum of RGB (Red+Green+Blue) = 56+75+84=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #384B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B54 is #C7B4AB. Grayscale: #464646. Windows color (decimal): -13087916 or 5524280. OLE color: 5524280.
HSL color Cylindrical-coordinate representation of color #384B54: hue angle of 199.29º 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 #384B54 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 75 | 84 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.67 |
| HSL | 199.29º | 0.2% | 0.27% | - |
| HSV(B) | 199.29º | 0.33% | 0.33% | - |
| XYZ | 5.75 | 6.51 | 9.34 | - |
| YUV | 70.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 84 | 0.33 | 0.11 | 0 | 0.67 | 199.29 | 0.2 | 0.27 |
| Hex | 38 | 4B | 54 | 21 | B | 0 | 43 | C7 | 14 | 1B |
| Octal | 70 | 113 | 124 | 41 | 13 | 0 | 103 | 307 | 24 | 33 |
| Binary | 111000 | 1001011 | 1010100 | 100001 | 1011 | 0 | 1000011 | 11000111 | 10100 | 11011 |
Color Harmonies of #384B54
Complementary color
Monochromatic Colors of #384B54
Black with #384B54
Text Example
Text Example
White with #384B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B54; }
p { color: rgb(56,75,84); }
H1.HeaderClassName
{
color: #384B54;
}
.AnyTagClassName
{
color: #384B54;
}
</style>
background-color css
<style>
a { background-color: #384B54; }
a { background-color: rgb(56,75,84); }
div.DivClassName
{
background-color: #384B54;
}
.BgClassName
{
background-color: #384B54;
}
</style>
border-color css
<style>
span { border-color: #384B54; }
span { border-color: rgb(56,75,84); }
td.TdClassName
{
border-color: #384B54;
}
.TagClassName
{
border-color: #384B54;
}
</style>