#384949

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

Shades of Blue Dianne #384949

Tints of Blue Dianne #384949

Color information

#384949 (or 0x384949) is unknown color: approx Blue Dianne. HEX triplet: 38, 49 and 49. RGB value is (56,73,73). Sum of RGB (Red+Green+Blue) = 56+73+73=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #384949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384949 is #C7B6B6. Grayscale: #434343. Windows color (decimal): -13088439 or 4802872. OLE color: 4802872.

HSL color Cylindrical-coordinate representation of color #384949: hue angle of 180º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384949 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB567373-
CMYK0.23000.71
HSL180º13.18%25.29%-
HSV(B)180º23.29%28.63%-
XYZ5.226.097.2-
YUV67.92130.87119.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=27.72%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673730.23000.7118013.1825.29
Hex384949170047b4d19
Octal7011111127001072641531
Binary111000100100110010011011100100011110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384949; }

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

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

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

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

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

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

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

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