#384E59

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

Shades of Atomic #384E59

Tints of Atomic #384E59

Color information

#384E59 (or 0x384E59) is unknown color: approx Atomic. HEX triplet: 38, 4E and 59. RGB value is (56,78,89). Sum of RGB (Red+Green+Blue) = 56+78+89=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #384E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E59 is #C7B1A6. Grayscale: #484848. Windows color (decimal): -13087143 or 5852728. OLE color: 5852728.

HSL color Cylindrical-coordinate representation of color #384E59: hue angle of 200º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384E59 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567889-
CMYK0.370.1200.65
HSL200º22.76%28.43%-
HSV(B)200º37.08%34.9%-
XYZ6.167.0110.48-
YUV72.68137.21116.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=25.11%
G=34.98%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5678890.370.1200.6520022.7628.43
Hex384E5925C041c8171c
Octal70116131451401013102734
Binary11100010011101011001100101110001000001110010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,89); }

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

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

 a { background-color: rgb(56,78,89); }

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

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

 span { border-color: rgb(56,78,89); }

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