#384950

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

Shades of Atomic #384950

Tints of Atomic #384950

Color information

#384950 (or 0x384950) is unknown color: approx Atomic. HEX triplet: 38, 49 and 50. RGB value is (56,73,80). Sum of RGB (Red+Green+Blue) = 56+73+80=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #384950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384950 is #C7B6AF. Grayscale: #444444. Windows color (decimal): -13088432 or 5261624. OLE color: 5261624.

HSL color Cylindrical-coordinate representation of color #384950: hue angle of 197.5º 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 #384950 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB567380-
CMYK0.300.0900.69
HSL197.5º17.65%26.67%-
HSV(B)197.5º30%31.37%-
XYZ5.466.198.5-
YUV68.72134.37118.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=26.79%
G=34.93%
B=38.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5673800.300.0900.69197.517.6526.67
Hex3849501E9045c5121b
Octal70111120361101053052233
Binary1110001001001101000011110100101000101110001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384950; }

 p { color: rgb(56,73,80); }

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

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

 a { background-color: rgb(56,73,80); }

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

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

 span { border-color: rgb(56,73,80); }

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