Html Css Color HEX #3E504E Blue Dianne

📋 copy color: '#3E504E'

red 62 ◦ green 80 ◦ blue 78

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

Shades of Blue Dianne #3E504E

Tints of Blue Dianne #3E504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 28.18%
G = 36.36%
B = 35.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#3E504E (or 0x3E504E) is known color: Blue Dianne. HEX triplet: 3E, 50 and 4E. RGB value is (62,80,78). Sum of RGB (Red+Green+Blue) = 62+80+78=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #3E504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E504E is #C1AFB1. Grayscale: #4A4A4A. Windows color (decimal): -12693426 or 5132350. OLE color: 5132350.

HSL color Cylindrical-coordinate representation of color #3E504E: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E504E is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 78 -
CMYK 0.22 0 0.02 0.69
HSL 173.33º 0.13% 0.28% -
HSV(B) 173.33º 0.23% 0.31% -
XYZ 6.23 7.31 8.29 -
YUV 74.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 62 80 78 0.22 0 0.02 0.69 173.33 0.13 0.28
Hex 3E 50 4E 16 0 2 45 AD D 1C
Octal 76 120 116 26 0 2 105 255 15 34
Binary 111110 1010000 1001110 10110 0 10 1000101 10101101 1101 11100

Color Harmonies of #3E504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E504E

Black with #3E504E

Text Example


Text Example

White with #3E504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,80,78); }

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

background-color css

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

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

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

border-color css

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

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

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