#384859

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

Shades of Cello #384859

Tints of Cello #384859

Color information

#384859 (or 0x384859) is unknown color: approx Cello. HEX triplet: 38, 48 and 59. RGB value is (56,72,89). Sum of RGB (Red+Green+Blue) = 56+72+89=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #384859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384859 is #C7B7A6. Grayscale: #454545. Windows color (decimal): -13088679 or 5851192. OLE color: 5851192.

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

Color convert

RGB567289-
CMYK0.370.1900.65
HSL210.91º22.76%28.43%-
HSV(B)210.91º37.08%34.9%-
XYZ5.756.210.34-
YUV69.15139.2118.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=25.81%
G=33.18%
B=41.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5672890.370.1900.65210.9122.7628.43
Hex3848592513041d3171c
Octal70110131452301013232734
Binary111000100100010110011001011001101000001110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384859; }

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

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

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

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

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

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

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

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