#384E5D

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

Shades of Cello #384E5D

Tints of Cello #384E5D

Color information

#384E5D (or 0x384E5D) is unknown color: approx Cello. HEX triplet: 38, 4E and 5D. RGB value is (56,78,93). Sum of RGB (Red+Green+Blue) = 56+78+93=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #384E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E5D is #C7B1A2. Grayscale: #494949. Windows color (decimal): -13087139 or 6114872. OLE color: 6114872.

HSL color Cylindrical-coordinate representation of color #384E5D: hue angle of 204.32º 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 #384E5D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567893-
CMYK0.400.1600.64
HSL204.32º24.83%29.22%-
HSV(B)204.32º39.78%36.47%-
XYZ6.337.0811.39-
YUV73.13139.21115.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=24.67%
G=34.36%
B=40.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5678930.400.1600.64204.3224.8329.22
Hex384E5D2810040cc191d
Octal70116135502001003143135
Binary111000100111010111011010001000001000000110011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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