#384B49

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

Shades of Blue Dianne #384B49

Tints of Blue Dianne #384B49

Color information

#384B49 (or 0x384B49) is unknown color: approx Blue Dianne. HEX triplet: 38, 4B and 49. RGB value is (56,75,73). Sum of RGB (Red+Green+Blue) = 56+75+73=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #384B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B49 is #C7B4B6. Grayscale: #454545. Windows color (decimal): -13087927 or 4803384. OLE color: 4803384.

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

Color convert

RGB567573-
CMYK0.2500.030.71
HSL173.68º14.5%25.69%-
HSV(B)173.68º25.33%29.41%-
XYZ5.356.357.25-
YUV69.09130.21118.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=27.45%
G=36.76%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675730.2500.030.71173.6814.525.69
Hex384B49190347aef1a
Octal7011311131031072561732
Binary1110001001011100100111001011100011110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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