#384D61

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

Shades of Cello #384D61

Tints of Cello #384D61

Color information

#384D61 (or 0x384D61) is unknown color: approx Cello. HEX triplet: 38, 4D and 61. RGB value is (56,77,97). Sum of RGB (Red+Green+Blue) = 56+77+97=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #384D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D61 is #C7B29E. Grayscale: #484848. Windows color (decimal): -13087391 or 6376760. OLE color: 6376760.

HSL color Cylindrical-coordinate representation of color #384D61: hue angle of 209.27º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384D61 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567797-
CMYK0.420.2100.62
HSL209.27º26.8%30%-
HSV(B)209.27º42.27%38.04%-
XYZ6.447.0112.32-
YUV73141.54115.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=24.35%
G=33.48%
B=42.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5677970.420.2100.62209.2726.830
Hex384D612A1503Ed11b1e
Octal7011514152250763213336
Binary11100010011011100001101010101010111110110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,97); }

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

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

 a { background-color: rgb(56,77,97); }

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

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

 span { border-color: rgb(56,77,97); }

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