#384D54

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

Shades of Atomic #384D54

Tints of Atomic #384D54

Color information

#384D54 (or 0x384D54) is unknown color: approx Atomic. HEX triplet: 38, 4D and 54. RGB value is (56,77,84). Sum of RGB (Red+Green+Blue) = 56+77+84=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #384D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D54 is #C7B2AB. Grayscale: #474747. Windows color (decimal): -13087404 or 5524792. OLE color: 5524792.

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

Color convert

RGB567784-
CMYK0.330.0800.67
HSL195º20%27.45%-
HSV(B)195º33.33%32.94%-
XYZ5.886.799.39-
YUV71.52135.04116.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5677840.330.0800.671952027.45
Hex384D54218043c3141b
Octal70115124411001033032433
Binary11100010011011010100100001100001000011110000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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