#384B4A

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

Shades of Blue Dianne #384B4A

Tints of Blue Dianne #384B4A

Color information

#384B4A (or 0x384B4A) is unknown color: approx Blue Dianne. HEX triplet: 38, 4B and 4A. RGB value is (56,75,74). Sum of RGB (Red+Green+Blue) = 56+75+74=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #384B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B4A is #C7B4B5. Grayscale: #454545. Windows color (decimal): -13087926 or 4868920. OLE color: 4868920.

HSL color Cylindrical-coordinate representation of color #384B4A: hue angle of 176.84º 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 #384B4A is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB567574-
CMYK0.2500.010.71
HSL176.84º14.5%25.69%-
HSV(B)176.84º25.33%29.41%-
XYZ5.386.377.42-
YUV69.2130.71118.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=27.32%
G=36.59%
B=36.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675740.2500.010.71176.8414.525.69
Hex384B4A190147b1f1a
Octal7011311231011072611732
Binary111000100101110010101100101100011110110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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