#384E4C

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

Shades of Blue Dianne #384E4C

Tints of Blue Dianne #384E4C

Color information

#384E4C (or 0x384E4C) is unknown color: approx Blue Dianne. HEX triplet: 38, 4E and 4C. RGB value is (56,78,76). Sum of RGB (Red+Green+Blue) = 56+78+76=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E4C is #C7B1B3. Grayscale: #474747. Windows color (decimal): -13087156 or 5000760. OLE color: 5000760.

HSL color Cylindrical-coordinate representation of color #384E4C: hue angle of 174.55º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E4C is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB567876-
CMYK0.2800.030.69
HSL174.55º16.42%26.27%-
HSV(B)174.55º28.21%30.59%-
XYZ5.666.817.85-
YUV71.19130.71117.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=26.67%
G=37.14%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678760.2800.030.69174.5516.4226.27
Hex384E4C1C0345af101a
Octal7011611434031052572032
Binary11100010011101001100111000111000101101011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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