#384D68

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

Shades of Cello #384D68

Tints of Cello #384D68

Color information

#384D68 (or 0x384D68) is unknown color: approx Cello. HEX triplet: 38, 4D and 68. RGB value is (56,77,104). Sum of RGB (Red+Green+Blue) = 56+77+104=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #384D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D68 is #C7B297. Grayscale: #494949. Windows color (decimal): -13087384 or 6835512. OLE color: 6835512.

HSL color Cylindrical-coordinate representation of color #384D68: hue angle of 213.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384D68 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5677104-
CMYK0.460.2600.59
HSL213.75º30%31.37%-
HSV(B)213.75º46.15%40.78%-
XYZ6.787.1514.12-
YUV73.8145.04115.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=23.63%
G=32.49%
B=43.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56771040.460.2600.59213.753031.37
Hex384D682E1A03Bd61e1f
Octal7011515056320733263637
Binary11100010011011101000101110110100111011110101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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