#384D4A

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

Shades of Blue Dianne #384D4A

Tints of Blue Dianne #384D4A

Color information

#384D4A (or 0x384D4A) is unknown color: approx Blue Dianne. HEX triplet: 38, 4D and 4A. RGB value is (56,77,74). Sum of RGB (Red+Green+Blue) = 56+77+74=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #384D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D4A is #C7B2B5. Grayscale: #464646. Windows color (decimal): -13087414 or 4869432. OLE color: 4869432.

HSL color Cylindrical-coordinate representation of color #384D4A: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D4A is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB567774-
CMYK0.2700.040.70
HSL171.43º15.79%26.08%-
HSV(B)171.43º27.27%30.2%-
XYZ5.526.647.47-
YUV70.38130.04117.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=27.05%
G=37.20%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677740.2700.040.70171.4315.7926.08
Hex384D4A1B0446ab101a
Octal7011511233041062532032
Binary111000100110110010101101101001000110101010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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