#384C5D

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

Shades of Cello #384C5D

Tints of Cello #384C5D

Color information

#384C5D (or 0x384C5D) is unknown color: approx Cello. HEX triplet: 38, 4C and 5D. RGB value is (56,76,93). Sum of RGB (Red+Green+Blue) = 56+76+93=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #384C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C5D is #C7B3A2. Grayscale: #474747. Windows color (decimal): -13087651 or 6114360. OLE color: 6114360.

HSL color Cylindrical-coordinate representation of color #384C5D: hue angle of 207.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384C5D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567693-
CMYK0.400.1800.64
HSL207.57º24.83%29.22%-
HSV(B)207.57º39.78%36.47%-
XYZ6.196.811.34-
YUV71.96139.87116.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=24.89%
G=33.78%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5676930.400.1800.64207.5724.8329.22
Hex384C5D2812040d0191d
Octal70114135502201003203135
Binary111000100110010111011010001001001000000110100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,93); }

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

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

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

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

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

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

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