#3D4D59

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

Shades of Cello #3D4D59

Tints of Cello #3D4D59

Color information

#3D4D59 (or 0x3D4D59) is unknown color: approx Cello. HEX triplet: 3D, 4D and 59. RGB value is (61,77,89). Sum of RGB (Red+Green+Blue) = 61+77+89=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D59 is #C2B2A6. Grayscale: #494949. Windows color (decimal): -12759719 or 5852477. OLE color: 5852477.

HSL color Cylindrical-coordinate representation of color #3D4D59: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4D59 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB617789-
CMYK0.310.1300.65
HSL205.71º18.67%29.41%-
HSV(B)205.71º31.46%34.9%-
XYZ6.387.0210.47-
YUV73.58136.7119.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=26.87%
G=33.92%
B=39.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6177890.310.1300.65205.7118.6729.41
Hex3D4D591FD041ce131d
Octal75115131371501013162335
Binary1111011001101101100111111110101000001110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4D59; }

 p { color: rgb(61,77,89); }

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

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

 a { background-color: rgb(61,77,89); }

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

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

 span { border-color: rgb(61,77,89); }

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