#384F6D

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

Shades of Cello #384F6D

Tints of Cello #384F6D

Color information

#384F6D (or 0x384F6D) is unknown color: approx Cello. HEX triplet: 38, 4F and 6D. RGB value is (56,79,109). Sum of RGB (Red+Green+Blue) = 56+79+109=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #384F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F6D is #C7B092. Grayscale: #4B4B4B. Windows color (decimal): -13086867 or 7163704. OLE color: 7163704.

HSL color Cylindrical-coordinate representation of color #384F6D: hue angle of 213.96º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384F6D is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5679109-
CMYK0.490.2800.57
HSL213.96º32.12%32.35%-
HSV(B)213.96º48.62%42.75%-
XYZ7.197.5415.54-
YUV75.54146.88114.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=22.95%
G=32.38%
B=44.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56791090.490.2800.57213.9632.1232.35
Hex384F6D311C039d62020
Octal7011715561340713264040
Binary1110001001111110110111000111100011100111010110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,109); }

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

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

 a { background-color: rgb(56,79,109); }

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

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

 span { border-color: rgb(56,79,109); }

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