#384A49

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

Shades of Blue Dianne #384A49

Tints of Blue Dianne #384A49

Color information

#384A49 (or 0x384A49) is unknown color: approx Blue Dianne. HEX triplet: 38, 4A and 49. RGB value is (56,74,73). Sum of RGB (Red+Green+Blue) = 56+74+73=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #384A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A49 is #C7B5B6. Grayscale: #444444. Windows color (decimal): -13088183 or 4803128. OLE color: 4803128.

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

Color convert

RGB567473-
CMYK0.2400.010.71
HSL176.67º13.85%25.49%-
HSV(B)176.67º24.32%29.02%-
XYZ5.286.227.23-
YUV68.5130.54119.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=27.59%
G=36.45%
B=35.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674730.2400.010.71176.6713.8525.49
Hex384A49180147b1e19
Octal7011211130011072611631
Binary111000100101010010011100001100011110110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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