#384A4A

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

Shades of Blue Dianne #384A4A

Tints of Blue Dianne #384A4A

Color information

#384A4A (or 0x384A4A) is unknown color: approx Blue Dianne. HEX triplet: 38, 4A and 4A. RGB value is (56,74,74). Sum of RGB (Red+Green+Blue) = 56+74+74=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #384A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A4A is #C7B5B5. Grayscale: #444444. Windows color (decimal): -13088182 or 4868664. OLE color: 4868664.

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

Color convert

RGB567474-
CMYK0.24000.71
HSL180º13.85%25.49%-
HSV(B)180º24.32%29.02%-
XYZ5.326.237.4-
YUV68.62131.04119-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=27.45%
G=36.27%
B=36.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674740.24000.7118013.8525.49
Hex384A4A180047b4e19
Octal7011211230001072641631
Binary111000100101010010101100000100011110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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