#385368

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

Shades of Cello #385368

Tints of Cello #385368

Color information

#385368 (or 0x385368) is unknown color: approx Cello. HEX triplet: 38, 53 and 68. RGB value is (56,83,104). Sum of RGB (Red+Green+Blue) = 56+83+104=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #385368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385368 is #C7AC97. Grayscale: #4D4D4D. Windows color (decimal): -13085848 or 6837048. OLE color: 6837048.

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

Color convert

RGB5683104-
CMYK0.460.2000.59
HSL206.25º30%31.37%-
HSV(B)206.25º46.15%40.78%-
XYZ7.228.0314.27-
YUV77.32143.05112.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=23.05%
G=34.16%
B=42.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56831040.460.2000.59206.253031.37
Hex3853682E1403Bce1e1f
Octal7012315056240733163637
Binary11100010100111101000101110101000111011110011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385368; }

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

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

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

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

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

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

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

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