Html Css Color HEX #3D4D59 Cello

📋 copy color: '#3D4D59'

red 61 ◦ green 77 ◦ blue 89

#3D4D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #3D4D59

Tints of Cello #3D4D59

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 value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D4D59 (or 0x3D4D59) is known color: 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

RGB 61 77 89 -
CMYK 0.31 0.13 0 0.65
HSL 205.71º 0.19% 0.29% -
HSV(B) 205.71º 0.31% 0.35% -
XYZ 6.38 7.02 10.47 -
YUV 73.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 61 77 89 0.31 0.13 0 0.65 205.71 0.19 0.29
Hex 3D 4D 59 1F D 0 41 CE 13 1D
Octal 75 115 131 37 15 0 101 316 23 35
Binary 111101 1001101 1011001 11111 1101 0 1000001 11001110 10011 11101

Color Harmonies of #3D4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D59

Black with #3D4D59

Text Example


Text Example

White with #3D4D59

Text Example


Text Example

HTML Codes & Css Web 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>