#384C54

Color #384C54 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #384C54

Tints of Atomic #384C54

Color information

#384C54 (or 0x384C54) is unknown color: approx Atomic. HEX triplet: 38, 4C and 54. RGB value is (56,76,84). Sum of RGB (Red+Green+Blue) = 56+76+84=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #384C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C54 is #C7B3AB. Grayscale: #464646. Windows color (decimal): -13087660 or 5524536. OLE color: 5524536.

HSL color Cylindrical-coordinate representation of color #384C54: hue angle of 197.14º 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 #384C54 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB567684-
CMYK0.330.1000.67
HSL197.14º20%27.45%-
HSV(B)197.14º33.33%32.94%-
XYZ5.826.659.36-
YUV70.93135.37117.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=25.93%
G=35.19%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5676840.330.1000.67197.142027.45
Hex384C5421A043c5141b
Octal70114124411201033052433
Binary11100010011001010100100001101001000011110001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C54; }

 p { color: rgb(56,76,84); }

 H1.HeaderClassName
 {
   color: #384C54;
 }
 .AnyTagClassName
 {
   color: #384C54;
 }
</style>
background-color css

<style>
 a { background-color: #384C54; }

 a { background-color: rgb(56,76,84); }

 div.DivClassName
 {
   background-color: #384C54;
 }
 .BgClassName
 {
   background-color: #384C54;
 }
</style>
border-color css

<style>
 span { border-color: #384C54; }

 span { border-color: rgb(56,76,84); }

 td.TdClassName
 {
   border-color: #384C54;
 }
 .TagClassName
 {
   border-color: #384C54;
 }
</style>