#384858

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

Shades of Cello #384858

Tints of Cello #384858

Color information

#384858 (or 0x384858) is unknown color: approx Cello. HEX triplet: 38, 48 and 58. RGB value is (56,72,88). Sum of RGB (Red+Green+Blue) = 56+72+88=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #384858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384858 is #C7B7A7. Grayscale: #444444. Windows color (decimal): -13088680 or 5785656. OLE color: 5785656.

HSL color Cylindrical-coordinate representation of color #384858: hue angle of 210º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384858 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567288-
CMYK0.360.1800.65
HSL210º22.22%28.24%-
HSV(B)210º36.36%34.51%-
XYZ5.716.1810.12-
YUV69.04138.7118.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=25.93%
G=33.33%
B=40.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5672880.360.1800.6521022.2228.24
Hex3848582412041d2161c
Octal70110130442201013222634
Binary111000100100010110001001001001001000001110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384858; }

 p { color: rgb(56,72,88); }

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

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

 a { background-color: rgb(56,72,88); }

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

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

 span { border-color: rgb(56,72,88); }

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