#384958

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

Shades of Cello #384958

Tints of Cello #384958

Color information

#384958 (or 0x384958) is unknown color: approx Cello. HEX triplet: 38, 49 and 58. RGB value is (56,73,88). Sum of RGB (Red+Green+Blue) = 56+73+88=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #384958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384958 is #C7B6A7. Grayscale: #454545. Windows color (decimal): -13088424 or 5785912. OLE color: 5785912.

HSL color Cylindrical-coordinate representation of color #384958: hue angle of 208.12º 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 #384958 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567388-
CMYK0.360.1700.65
HSL208.12º22.22%28.24%-
HSV(B)208.12º36.36%34.51%-
XYZ5.776.3110.15-
YUV69.63138.37118.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=25.81%
G=33.64%
B=40.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5673880.360.1700.65208.1222.2228.24
Hex3849582411041d0161c
Octal70111130442101013202634
Binary111000100100110110001001001000101000001110100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384958; }

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

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

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

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

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

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

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

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