#384D5C

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

Shades of Cello #384D5C

Tints of Cello #384D5C

Color information

#384D5C (or 0x384D5C) is unknown color: approx Cello. HEX triplet: 38, 4D and 5C. RGB value is (56,77,92). Sum of RGB (Red+Green+Blue) = 56+77+92=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #384D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D5C is #C7B2A3. Grayscale: #484848. Windows color (decimal): -13087396 or 6049080. OLE color: 6049080.

HSL color Cylindrical-coordinate representation of color #384D5C: hue angle of 205º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384D5C is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567792-
CMYK0.390.1600.64
HSL205º24.32%29.02%-
HSV(B)205º39.13%36.08%-
XYZ6.226.9211.13-
YUV72.43139.04116.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=24.89%
G=34.22%
B=40.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5677920.390.1600.6420524.3229.02
Hex384D5C2710040cd181d
Octal70115134472001003153035
Binary111000100110110111001001111000001000000110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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