#384D59

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

Shades of Atomic #384D59

Tints of Atomic #384D59

Color information

#384D59 (or 0x384D59) is unknown color: approx Atomic. HEX triplet: 38, 4D and 59. RGB value is (56,77,89). Sum of RGB (Red+Green+Blue) = 56+77+89=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #384D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D59 is #C7B2A6. Grayscale: #484848. Windows color (decimal): -13087399 or 5852472. OLE color: 5852472.

HSL color Cylindrical-coordinate representation of color #384D59: hue angle of 201.82º 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 #384D59 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567789-
CMYK0.370.1300.65
HSL201.82º22.76%28.43%-
HSV(B)201.82º37.08%34.9%-
XYZ6.096.8710.46-
YUV72.09137.54116.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=25.23%
G=34.68%
B=40.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5677890.370.1300.65201.8222.7628.43
Hex384D5925D041ca171c
Octal70115131451501013122734
Binary11100010011011011001100101110101000001110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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