#384B4B

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

Shades of Blue Dianne #384B4B

Tints of Blue Dianne #384B4B

Color information

#384B4B (or 0x384B4B) is unknown color: approx Blue Dianne. HEX triplet: 38, 4B and 4B. RGB value is (56,75,75). Sum of RGB (Red+Green+Blue) = 56+75+75=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #384B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B4B is #C7B4B4. Grayscale: #454545. Windows color (decimal): -13087925 or 4934456. OLE color: 4934456.

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

Color convert

RGB567575-
CMYK0.25000.71
HSL180º14.5%25.69%-
HSV(B)180º25.33%29.41%-
XYZ5.426.387.6-
YUV69.32131.21118.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=27.18%
G=36.41%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675750.25000.7118014.525.69
Hex384B4B190047b4f1a
Octal7011311331001072641732
Binary111000100101110010111100100100011110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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