Html Css Color HEX #3E4949 Blue Dianne

📋 copy color: '#3E4949'

red 62 ◦ green 73 ◦ blue 73

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

Shades of Blue Dianne #3E4949

Tints of Blue Dianne #3E4949

RGB

 RED value IS 62 (24.61% from 255) = 29.81%

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 29.81%
G = 35.1%
B = 35.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E4949 (or 0x3E4949) is known color: Blue Dianne. HEX triplet: 3E, 49 and 49. RGB value is (62,73,73). Sum of RGB (Red+Green+Blue) = 62+73+73=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #3E4949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4949 is #C1B6B6. Grayscale: #454545. Windows color (decimal): -12695223 or 4802878. OLE color: 4802878.

HSL color Cylindrical-coordinate representation of color #3E4949: hue angle of 180º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E4949 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 73 73 -
CMYK 0.15 0 0 0.71
HSL 180º 0.08% 0.26% -
HSV(B) 180º 0.15% 0.29% -
XYZ 5.57 6.27 7.22 -
YUV 69.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 62 73 73 0.15 0 0 0.71 180 0.08 0.26
Hex 3E 49 49 F 0 0 47 B4 8 1A
Octal 76 111 111 17 0 0 107 264 10 32
Binary 111110 1001001 1001001 1111 0 0 1000111 10110100 1000 11010

Color Harmonies of #3E4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4949

Black with #3E4949

Text Example


Text Example

White with #3E4949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,73); }

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

background-color css

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

 a { background-color: rgb(62,73,73); }

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

border-color css

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

 span { border-color: rgb(62,73,73); }

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