#384C68

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

Shades of Cello #384C68

Tints of Cello #384C68

Color information

#384C68 (or 0x384C68) is unknown color: approx Cello. HEX triplet: 38, 4C and 68. RGB value is (56,76,104). Sum of RGB (Red+Green+Blue) = 56+76+104=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #384C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C68 is #C7B397. Grayscale: #494949. Windows color (decimal): -13087640 or 6835256. OLE color: 6835256.

HSL color Cylindrical-coordinate representation of color #384C68: hue angle of 215º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384C68 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5676104-
CMYK0.460.2700.59
HSL215º30%31.37%-
HSV(B)215º46.15%40.78%-
XYZ6.717.0114.1-
YUV73.21145.37115.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=23.73%
G=32.20%
B=44.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56761040.460.2700.592153031.37
Hex384C682E1B03Bd71e1f
Octal7011415056330733273637
Binary11100010011001101000101110110110111011110101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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