#384E68

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

Shades of Cello #384E68

Tints of Cello #384E68

Color information

#384E68 (or 0x384E68) is unknown color: approx Cello. HEX triplet: 38, 4E and 68. RGB value is (56,78,104). Sum of RGB (Red+Green+Blue) = 56+78+104=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #384E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E68 is #C7B197. Grayscale: #4A4A4A. Windows color (decimal): -13087128 or 6835768. OLE color: 6835768.

HSL color Cylindrical-coordinate representation of color #384E68: hue angle of 212.5º 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 #384E68 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5678104-
CMYK0.460.2500.59
HSL212.5º30%31.37%-
HSV(B)212.5º46.15%40.78%-
XYZ6.857.2914.14-
YUV74.39144.71114.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=23.53%
G=32.77%
B=43.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56781040.460.2500.59212.53031.37
Hex384E682E1903Bd41e1f
Octal7011615056310733243637
Binary11100010011101101000101110110010111011110101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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