#384E61

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

Shades of Cello #384E61

Tints of Cello #384E61

Color information

#384E61 (or 0x384E61) is unknown color: approx Cello. HEX triplet: 38, 4E and 61. RGB value is (56,78,97). Sum of RGB (Red+Green+Blue) = 56+78+97=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #384E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E61 is #C7B19E. Grayscale: #494949. Windows color (decimal): -13087135 or 6377016. OLE color: 6377016.

HSL color Cylindrical-coordinate representation of color #384E61: hue angle of 207.8º 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 #384E61 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567897-
CMYK0.420.2000.62
HSL207.8º26.8%30%-
HSV(B)207.8º42.27%38.04%-
XYZ6.517.1512.35-
YUV73.59141.21115.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=24.24%
G=33.77%
B=41.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5678970.420.2000.62207.826.830
Hex384E612A1403Ed01b1e
Octal7011614152240763203336
Binary11100010011101100001101010101000111110110100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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