#384C60

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

Shades of Cello #384C60

Tints of Cello #384C60

Color information

#384C60 (or 0x384C60) is unknown color: approx Cello. HEX triplet: 38, 4C and 60. RGB value is (56,76,96). Sum of RGB (Red+Green+Blue) = 56+76+96=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #384C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C60 is #C7B39F. Grayscale: #484848. Windows color (decimal): -13087648 or 6310968. OLE color: 6310968.

HSL color Cylindrical-coordinate representation of color #384C60: hue angle of 210º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384C60 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567696-
CMYK0.420.2100.62
HSL210º26.32%29.8%-
HSV(B)210º41.67%37.65%-
XYZ6.336.8512.06-
YUV72.3141.37116.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=24.56%
G=33.33%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5676960.420.2100.6221026.3229.8
Hex384C602A1503Ed21a1e
Octal7011414052250763223236
Binary11100010011001100000101010101010111110110100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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