#384B58

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

Shades of Cello #384B58

Tints of Cello #384B58

Color information

#384B58 (or 0x384B58) is unknown color: approx Cello. HEX triplet: 38, 4B and 58. RGB value is (56,75,88). Sum of RGB (Red+Green+Blue) = 56+75+88=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #384B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B58 is #C7B4A7. Grayscale: #464646. Windows color (decimal): -13087912 or 5786424. OLE color: 5786424.

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

Color convert

RGB567588-
CMYK0.360.1500.65
HSL204.38º22.22%28.24%-
HSV(B)204.38º36.36%34.51%-
XYZ5.916.5810.19-
YUV70.8137.71117.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=25.57%
G=34.25%
B=40.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5675880.360.1500.65204.3822.2228.24
Hex384B5824F041cc161c
Octal70113130441701013142634
Binary11100010010111011000100100111101000001110011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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