#384E60

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

Shades of Cello #384E60

Tints of Cello #384E60

Color information

#384E60 (or 0x384E60) is unknown color: approx Cello. HEX triplet: 38, 4E and 60. RGB value is (56,78,96). Sum of RGB (Red+Green+Blue) = 56+78+96=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #384E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E60 is #C7B19F. Grayscale: #494949. Windows color (decimal): -13087136 or 6311480. OLE color: 6311480.

HSL color Cylindrical-coordinate representation of color #384E60: hue angle of 207º 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 #384E60 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567896-
CMYK0.420.1900.62
HSL207º26.32%29.8%-
HSV(B)207º41.67%37.65%-
XYZ6.477.1312.1-
YUV73.47140.71115.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=24.35%
G=33.91%
B=41.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5678960.420.1900.6220726.3229.8
Hex384E602A1303Ecf1a1e
Octal7011614052230763173236
Binary11100010011101100000101010100110111110110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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