#384D6A

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

Shades of Cello #384D6A

Tints of Cello #384D6A

Color information

#384D6A (or 0x384D6A) is unknown color: approx Cello. HEX triplet: 38, 4D and 6A. RGB value is (56,77,106). Sum of RGB (Red+Green+Blue) = 56+77+106=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #384D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D6A is #C7B295. Grayscale: #494949. Windows color (decimal): -13087382 or 6966584. OLE color: 6966584.

HSL color Cylindrical-coordinate representation of color #384D6A: hue angle of 214.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384D6A is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5677106-
CMYK0.470.2700.58
HSL214.8º30.86%31.76%-
HSV(B)214.8º47.17%41.57%-
XYZ6.897.1914.66-
YUV74.03146.04115.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=23.43%
G=32.22%
B=44.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56771060.470.2700.58214.830.8631.76
Hex384D6A2F1B03Ad71f20
Octal7011515257330723273740
Binary111000100110111010101011111101101110101101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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