#384B50

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

Shades of Atomic #384B50

Tints of Atomic #384B50

Color information

#384B50 (or 0x384B50) is unknown color: approx Atomic. HEX triplet: 38, 4B and 50. RGB value is (56,75,80). Sum of RGB (Red+Green+Blue) = 56+75+80=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #384B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B50 is #C7B4AF. Grayscale: #454545. Windows color (decimal): -13087920 or 5262136. OLE color: 5262136.

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

Color convert

RGB567580-
CMYK0.300.0600.69
HSL192.5º17.65%26.67%-
HSV(B)192.5º30%31.37%-
XYZ5.596.458.54-
YUV69.89133.71118.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=26.54%
G=35.55%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5675800.300.0600.69192.517.6526.67
Hex384B501E6045c0121b
Octal7011312036601053002233
Binary111000100101110100001111011001000101110000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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