#384A59

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

Shades of Cello #384A59

Tints of Cello #384A59

Color information

#384A59 (or 0x384A59) is unknown color: approx Cello. HEX triplet: 38, 4A and 59. RGB value is (56,74,89). Sum of RGB (Red+Green+Blue) = 56+74+89=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #384A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A59 is #C7B5A6. Grayscale: #464646. Windows color (decimal): -13088167 or 5851704. OLE color: 5851704.

HSL color Cylindrical-coordinate representation of color #384A59: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384A59 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567489-
CMYK0.370.1700.65
HSL207.27º22.76%28.43%-
HSV(B)207.27º37.08%34.9%-
XYZ5.886.4610.39-
YUV70.33138.54117.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=25.57%
G=33.79%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5674890.370.1700.65207.2722.7628.43
Hex384A592511041cf171c
Octal70112131452101013172734
Binary111000100101010110011001011000101000001110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,89); }

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

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

 a { background-color: rgb(56,74,89); }

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

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

 span { border-color: rgb(56,74,89); }

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