Html Css Color HEX #3E574F Spectra

📋 copy color: '#3E574F'

red 62 ◦ green 87 ◦ blue 79

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

Shades of Spectra #3E574F

Tints of Spectra #3E574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 27.19%
G = 38.16%
B = 34.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#3E574F (or 0x3E574F) is known color: Spectra. HEX triplet: 3E, 57 and 4F. RGB value is (62,87,79). Sum of RGB (Red+Green+Blue) = 62+87+79=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #3E574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E574F is #C1A8B0. Grayscale: #4E4E4E. Windows color (decimal): -12691633 or 5199678. OLE color: 5199678.

HSL color Cylindrical-coordinate representation of color #3E574F: hue angle of 160.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E574F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 87 79 -
CMYK 0.29 0 0.09 0.66
HSL 160.8º 0.17% 0.29% -
HSV(B) 160.8º 0.29% 0.34% -
XYZ 6.81 8.41 8.66 -
YUV 78.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 62 87 79 0.29 0 0.09 0.66 160.8 0.17 0.29
Hex 3E 57 4F 1D 0 9 42 A1 11 1D
Octal 76 127 117 35 0 11 102 241 21 35
Binary 111110 1010111 1001111 11101 0 1001 1000010 10100001 10001 11101

Color Harmonies of #3E574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E574F

Black with #3E574F

Text Example


Text Example

White with #3E574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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