#384E6C

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

Shades of Cello #384E6C

Tints of Cello #384E6C

Color information

#384E6C (or 0x384E6C) is unknown color: approx Cello. HEX triplet: 38, 4E and 6C. RGB value is (56,78,108). Sum of RGB (Red+Green+Blue) = 56+78+108=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #384E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6C is #C7B193. Grayscale: #4A4A4A. Windows color (decimal): -13087124 or 7097912. OLE color: 7097912.

HSL color Cylindrical-coordinate representation of color #384E6C: hue angle of 214.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #384E6C is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5678108-
CMYK0.480.2800.58
HSL214.62º31.71%32.16%-
HSV(B)214.62º48.15%42.35%-
XYZ7.067.3715.24-
YUV74.84146.71114.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=23.14%
G=32.23%
B=44.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56781080.480.2800.58214.6231.7132.16
Hex384E6C301C03Ad72020
Octal7011615460340723274040
Binary1110001001110110110011000011100011101011010111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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