Html Css Color HEX #3D4D58 Cello

📋 copy color: '#3D4D58'

red 61 ◦ green 77 ◦ blue 88

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

Shades of Cello #3D4D58

Tints of Cello #3D4D58

RGB

 RED value IS 61 (24.22% from 255) = 26.99%

 GREEN value IS 77 (30.47% from 255) = 34.07%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 26.99%
G = 34.07%
B = 38.94%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D4D58 (or 0x3D4D58) is known color: Cello. HEX triplet: 3D, 4D and 58. RGB value is (61,77,88). Sum of RGB (Red+Green+Blue) = 61+77+88=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D58 is #C2B2A7. Grayscale: #494949. Windows color (decimal): -12759720 or 5786941. OLE color: 5786941.

HSL color Cylindrical-coordinate representation of color #3D4D58: hue angle of 204.44º degrees, saturation: 0.18, 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 #3D4D58 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 77 88 -
CMYK 0.31 0.12 0 0.65
HSL 204.44º 0.18% 0.29% -
HSV(B) 204.44º 0.31% 0.35% -
XYZ 6.34 7 10.25 -
YUV 73.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 61 77 88 0.31 0.12 0 0.65 204.44 0.18 0.29
Hex 3D 4D 58 1F C 0 41 CC 12 1D
Octal 75 115 130 37 14 0 101 314 22 35
Binary 111101 1001101 1011000 11111 1100 0 1000001 11001100 10010 11101

Color Harmonies of #3D4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D58

Black with #3D4D58

Text Example


Text Example

White with #3D4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D4D58;
 }
 .AnyTagClassName
 {
   color: #3D4D58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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