Html Css Color HEX #3E504F Blue Dianne

📋 copy color: '#3E504F'

red 62 ◦ green 80 ◦ blue 79

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

Shades of Blue Dianne #3E504F

Tints of Blue Dianne #3E504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 28.05%
G = 36.2%
B = 35.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#3E504F (or 0x3E504F) is known color: Blue Dianne. HEX triplet: 3E, 50 and 4F. RGB value is (62,80,79). Sum of RGB (Red+Green+Blue) = 62+80+79=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #3E504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E504F is #C1AFB0. Grayscale: #4A4A4A. Windows color (decimal): -12693425 or 5197886. OLE color: 5197886.

HSL color Cylindrical-coordinate representation of color #3E504F: hue angle of 176.67º 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 #3E504F is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 79 -
CMYK 0.22 0 0.01 0.69
HSL 176.67º 0.13% 0.28% -
HSV(B) 176.67º 0.23% 0.31% -
XYZ 6.27 7.33 8.48 -
YUV 74.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 62 80 79 0.22 0 0.01 0.69 176.67 0.13 0.28
Hex 3E 50 4F 16 0 1 45 B1 D 1C
Octal 76 120 117 26 0 1 105 261 15 34
Binary 111110 1010000 1001111 10110 0 1 1000101 10110001 1101 11100

Color Harmonies of #3E504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E504F

Black with #3E504F

Text Example


Text Example

White with #3E504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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