#395365

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

Shades of Cello #395365

Tints of Cello #395365

Color information

#395365 (or 0x395365) is unknown color: approx Cello. HEX triplet: 39, 53 and 65. RGB value is (57,83,101). Sum of RGB (Red+Green+Blue) = 57+83+101=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #395365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395365 is #C6AC9A. Grayscale: #4D4D4D. Windows color (decimal): -13020315 or 6640441. OLE color: 6640441.

HSL color Cylindrical-coordinate representation of color #395365: hue angle of 204.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395365 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5783101-
CMYK0.440.1800.60
HSL204.55º27.85%30.98%-
HSV(B)204.55º43.56%39.61%-
XYZ7.13813.48-
YUV77.28141.39113.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=23.65%
G=34.44%
B=41.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57831010.440.1800.60204.5527.8530.98
Hex3953652C1203Ccd1c1f
Octal7112314554220743153437
Binary11100110100111100101101100100100111100110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395365; }

 p { color: rgb(57,83,101); }

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

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

 a { background-color: rgb(57,83,101); }

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

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

 span { border-color: rgb(57,83,101); }

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