#384D65

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

Shades of Cello #384D65

Tints of Cello #384D65

Color information

#384D65 (or 0x384D65) is unknown color: approx Cello. HEX triplet: 38, 4D and 65. RGB value is (56,77,101). Sum of RGB (Red+Green+Blue) = 56+77+101=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #384D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D65 is #C7B29A. Grayscale: #494949. Windows color (decimal): -13087387 or 6638904. OLE color: 6638904.

HSL color Cylindrical-coordinate representation of color #384D65: hue angle of 212º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384D65 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5677101-
CMYK0.450.2400.60
HSL212º28.66%30.78%-
HSV(B)212º44.55%39.61%-
XYZ6.637.0913.33-
YUV73.46143.54115.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=23.93%
G=32.91%
B=43.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56771010.450.2400.6021228.6630.78
Hex384D652D1803Cd41d1f
Octal7011514555300743243537
Binary11100010011011100101101101110000111100110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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