#385363

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

Shades of Cello #385363

Tints of Cello #385363

Color information

#385363 (or 0x385363) is unknown color: approx Cello. HEX triplet: 38, 53 and 63. RGB value is (56,83,99). Sum of RGB (Red+Green+Blue) = 56+83+99=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #385363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385363 is #C7AC9C. Grayscale: #4C4C4C. Windows color (decimal): -13085853 or 6509368. OLE color: 6509368.

HSL color Cylindrical-coordinate representation of color #385363: hue angle of 202.33º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385363 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB568399-
CMYK0.430.1600.61
HSL202.33º27.74%30.39%-
HSV(B)202.33º43.43%38.82%-
XYZ6.987.9312.97-
YUV76.75140.55113.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=23.53%
G=34.87%
B=41.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5683990.430.1600.61202.3327.7430.39
Hex3853632B1003Dca1c1e
Octal7012314353200753123436
Binary11100010100111100011101011100000111101110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385363; }

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

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

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

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

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

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

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

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