#385360

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

Shades of Cello #385360

Tints of Cello #385360

Color information

#385360 (or 0x385360) is unknown color: approx Cello. HEX triplet: 38, 53 and 60. RGB value is (56,83,96). Sum of RGB (Red+Green+Blue) = 56+83+96=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #385360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385360 is #C7AC9F. Grayscale: #4C4C4C. Windows color (decimal): -13085856 or 6312760. OLE color: 6312760.

HSL color Cylindrical-coordinate representation of color #385360: hue angle of 199.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385360 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568396-
CMYK0.420.1400.62
HSL199.5º26.32%29.8%-
HSV(B)199.5º41.67%37.65%-
XYZ6.847.8712.23-
YUV76.41139.05113.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=23.83%
G=35.32%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5683960.420.1400.62199.526.3229.8
Hex3853602AE03Ec81a1e
Octal7012314052160763103236
Binary1110001010011110000010101011100111110110010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385360; }

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

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

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

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

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

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

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

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