#384D5B

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

Shades of Cello #384D5B

Tints of Cello #384D5B

Color information

#384D5B (or 0x384D5B) is unknown color: approx Cello. HEX triplet: 38, 4D and 5B. RGB value is (56,77,91). Sum of RGB (Red+Green+Blue) = 56+77+91=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #384D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D5B is #C7B2A4. Grayscale: #484848. Windows color (decimal): -13087397 or 5983544. OLE color: 5983544.

HSL color Cylindrical-coordinate representation of color #384D5B: hue angle of 204º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384D5B is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567791-
CMYK0.380.1500.64
HSL204º23.81%28.82%-
HSV(B)204º38.46%35.69%-
XYZ6.176.910.9-
YUV72.32138.54116.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=25%
G=34.38%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5677910.380.1500.6420423.8128.82
Hex384D5B26F040cc181d
Octal70115133461701003143035
Binary11100010011011011011100110111101000000110011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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